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/button.json | 35 -------------------------------- 1 file changed, 35 deletions(-) (limited to 'node_modules/components-data/button.json') diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json index 3f30030e..f3c16e8a 100644 --- a/node_modules/components-data/button.json +++ b/node_modules/components-data/button.json @@ -12,46 +12,11 @@ "type": "string", "default": "Button" }, - { - "name": "autofocus", - "type": "boolean", - "default": "false" - }, { "name": "enabled", "type": "boolean", "default": "true" }, - { - "name": "form", - "type": "string", - "default": "" - }, - { - "name": "formaction", - "type": "string", - "default": "" - }, - { - "name": "formenctype", - "type": "string", - "default": "" - }, - { - "name": "formmethod", - "type": "string", - "default": "" - }, - { - "name": "formnovalidate", - "type": "boolean", - "default": "" - }, - { - "name": "formtarget", - "type": "string", - "default": "" - }, { "name": "name", "type": "string", -- cgit v1.2.3 From 56a042a8ed5d1cb2cb82781952f09ffd6a8338ea Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 30 Mar 2012 15:35:41 -0700 Subject: removing some of the button properties Signed-off-by: Valerio Virgillito --- node_modules/components-data/button.json | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'node_modules/components-data/button.json') diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json index f3c16e8a..a931afcb 100644 --- a/node_modules/components-data/button.json +++ b/node_modules/components-data/button.json @@ -16,22 +16,6 @@ "name": "enabled", "type": "boolean", "default": "true" - }, - { - "name": "name", - "type": "string", - "default": "" - }, - { - "name": "type", - "type": "select", - "default": "submit", - "possibleValues": ["submit", "reset", "button"] - }, - { - "name": "value", - "type": "string", - "default": "" } ] } \ No newline at end of file -- cgit v1.2.3