From f09921e6085f4b16c6e69ac8bfd67eef644fc04e Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 28 Mar 2012 22:43:47 -0700 Subject: Removing properties from Montage components Simplified properties for the following components: - anchor - button - checkbox - image - number imput Signed-off-by: Valerio Virgillito --- node_modules/components-data/number-input.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node_modules/components-data/number-input.json') 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 @@ -7,6 +7,11 @@ "properties": [ + { + "name": "value", + "type": "number", + "default": null + }, { "name": "min", "type": "number", -- cgit v1.2.3 From e6cfd371849b92fccd5e7ee74e428914a2dc23eb Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 30 Mar 2012 15:15:26 -0700 Subject: completing the component simple pi Signed-off-by: Valerio Virgillito --- node_modules/components-data/number-input.json | 1 - 1 file changed, 1 deletion(-) (limited to 'node_modules/components-data/number-input.json') diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index bcdfb2c8..5e53fe58 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json @@ -6,7 +6,6 @@ "name": "NumberInput", "properties": [ - { "name": "value", "type": "number", -- cgit v1.2.3