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/checkbox.json | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'node_modules/components-data/checkbox.json') diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json index a03ee00f..cd851f67 100644 --- a/node_modules/components-data/checkbox.json +++ b/node_modules/components-data/checkbox.json @@ -7,11 +7,6 @@ "properties": [ - { - "name": "autofocus", - "type": "boolean", - "default": "false" - }, { "name": "disabled", "type": "boolean", @@ -21,31 +16,6 @@ "name": "checked", "type": "boolean", "default": "false" - }, - { - "name": "form", - "type": "string", - "default": "" - }, - { - "name": "name", - "type": "string", - "default": "" - }, - { - "name": "readonly", - "type": "boolean", - "default": null - }, - { - "name": "title", - "type": "string", - "default": "" - }, - { - "name": "value", - "type": "string", - "default": "on" } ] } \ No newline at end of file -- cgit v1.2.3