Skip to content
Snippets Groups Projects
Unverified Commit 2dc1df3b authored by Sébastien Blin's avatar Sébastien Blin
Browse files

watermark: fix preferences json

Change-Id: Ibe9b00522110ba6c69c0138f9f3609a1405edc49
parent 33e88de9
No related branches found
No related tags found
No related merge requests found
[ [
{ {
{{ "category": "image_category}}", "category": "{{image_category}}",
"type": "Switch", "type": "Switch",
"key": "showlogo", "key": "showlogo",
"title": "{{showlogo_title}}", "title": "{{showlogo_title}}",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"mimeType": "*/png,*/jpg,*/jpeg" "mimeType": "*/png,*/jpg,*/jpeg"
}, },
{ {
"category": "{{image_category"), "category": "{{image_category}}",
"type": "List", "type": "List",
"key": "markbackground", "key": "markbackground",
"title": "{{markbackground_title}}", "title": "{{markbackground_title}}",
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
] ]
}, },
{ {
"category": "{{ext_category}}", "category": "{{text_category}}",
"type": "Switch", "type": "Switch",
"key": "time", "key": "time",
"title": "{{time_title}}", "title": "{{time_title}}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment