Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wsd: presets: pass xcu as json array instead of json object
- this is done to make the json format consistent - json format after this change ```json { "autotext": [ { "stamp": "\"780e98110c\"", "uri": "https://localhost:9980/wopi/settings/home/rashesh/work/collabora/online/master//test/data/presets/user/autotextuser.bau" } ], "browsersetting": [ { "stamp": "\"780e98110c\"", "uri": "https://localhost:9980/wopi/settings/home/rashesh/work/collabora/online/master/test/data/presets/user/browsersetting.json" } ], "kind": "user", "wordbook": [ { "stamp": "\"780e98110c\"", "uri": "https://localhost:9980/wopi/settings/home/rashesh/work/collabora/online/master//test/data/presets/user/dictionaryuser.dic" } ], "xcu": [ { "stamp": "\"780e98110c\"", "uri": "https://localhost:9980/wopi/settings/home/rashesh/work/collabora/online/master//test/data/presets/user/configuser.xcu" } ] } ``` Signed-off-by: Rashesh <[email protected]> Change-Id: I37058c647eea6f6d17ef76cde99c79a73273ea53
- Loading branch information