aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/number-input.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/components-data/number-input.json')
-rw-r--r--node_modules/components-data/number-input.json17
1 files changed, 11 insertions, 6 deletions
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json
index 1898ec4f..d446fc37 100644
--- a/node_modules/components-data/number-input.json
+++ b/node_modules/components-data/number-input.json
@@ -8,14 +8,19 @@
8 "properties": [ 8 "properties": [
9 9
10 { 10 {
11 "name": "label", 11 "name": "min",
12 "type": "string", 12 "type": "number",
13 "default": "Button" 13 "default": null
14 },
15 {
16 "name": "max",
17 "type": "number",
18 "default": null
14 }, 19 },
15 { 20 {
16 "name": "enabled", 21 "name": "step",
17 "type": "boolean", 22 "type": "string",
18 "default": "true" 23 "default": null
19 } 24 }
20 ] 25 ]
21} \ No newline at end of file 26} \ No newline at end of file