Skip to content
Snippets Groups Projects
Commit 05abe086 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

SDK: add Switch preference option

Change-Id: I2edacdc4d18ad801d023c4074045f01f72457f47
parent 796b5afb
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,13 @@
"summary" : "preference summary",
"defaultValue" : "default value",
"scope" : "plugin, Name of API implementation"
},
{
"category" : "genericSwitch",
"type" : "Switch",
"key": "keyName",
"title" : "preference title",
"summary" : "preference summary",
"defaultValue" : "default value"
}
]
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