Hi, is there a way to get this: ```yaml kibana_hide_apps: ["readonlyrest_kbn", "timelion"] ``` instead of this: ```yaml kibana_hide_apps: - "readonlyrest_kbn" - "timelion" ```