aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/number-input.json
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-28 22:43:47 -0700
committerValerio Virgillito2012-03-28 22:43:47 -0700
commitf09921e6085f4b16c6e69ac8bfd67eef644fc04e (patch)
tree11176a601f1a2567c2cd3d8c996ee781630aa25d /node_modules/components-data/number-input.json
parentdb6c0d20eba328408b37b65e67215d1866100c18 (diff)
downloadninja-f09921e6085f4b16c6e69ac8bfd67eef644fc04e.tar.gz
Removing properties from Montage components
Simplified properties for the following components: - anchor - button - checkbox - image - number imput Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data/number-input.json')
-rw-r--r--node_modules/components-data/number-input.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json
index d446fc37..bcdfb2c8 100644
--- a/node_modules/components-data/number-input.json
+++ b/node_modules/components-data/number-input.json
@@ -8,6 +8,11 @@
8 "properties": [ 8 "properties": [
9 9
10 { 10 {
11 "name": "value",
12 "type": "number",
13 "default": null
14 },
15 {
11 "name": "min", 16 "name": "min",
12 "type": "number", 17 "type": "number",
13 "default": null 18 "default": null