aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/toggle-button.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/components-data/toggle-button.json')
-rw-r--r--node_modules/components-data/toggle-button.json25
1 files changed, 20 insertions, 5 deletions
diff --git a/node_modules/components-data/toggle-button.json b/node_modules/components-data/toggle-button.json
index 88b6eff0..e85dd72a 100644
--- a/node_modules/components-data/toggle-button.json
+++ b/node_modules/components-data/toggle-button.json
@@ -8,14 +8,29 @@
8 "properties": [ 8 "properties": [
9 9
10 { 10 {
11 "name": "label", 11 "name": "pressed",
12 "type": "boolean",
13 "default": "false"
14 },
15 {
16 "name": "unpressedLabel",
12 "type": "string", 17 "type": "string",
13 "default": "Button" 18 "default": ""
14 }, 19 },
15 { 20 {
16 "name": "enabled", 21 "name": "pressedLabel",
17 "type": "boolean", 22 "type": "string",
18 "default": "true" 23 "default": ""
24 },
25 {
26 "name": "pressedClass",
27 "type": "string",
28 "default": "pressed"
29 },
30 {
31 "name": "label",
32 "type": "string",
33 "default": ""
19 } 34 }
20 ] 35 ]
21} \ No newline at end of file 36} \ No newline at end of file