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/anchor.json | 25 +++--------------- node_modules/components-data/button.json | 35 -------------------------- node_modules/components-data/checkbox.json | 30 ---------------------- node_modules/components-data/image.json | 5 ---- node_modules/components-data/number-input.json | 5 ++++ 5 files changed, 8 insertions(+), 92 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/anchor.json b/node_modules/components-data/anchor.json index 04faf04d..028a759b 100644 --- a/node_modules/components-data/anchor.json +++ b/node_modules/components-data/anchor.json @@ -17,30 +17,11 @@ "type": "string", "default": "" }, - { - "name": "hreflang", - "type": "string", - "default": "" - }, - { - "name": "media", - "type": "string", - "default": "" - }, - { - "name": "rel", - "type": "string", - "default": "" - }, { "name": "target", - "type": "string", - "default": "" - }, - { - "name": "type", - "type": "string", - "default": "" + "type": "select", + "default": "_self", + "possibleValues": ["_self", "_blank", "_parent", "_top"] } ] } \ No newline at end of file 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", 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 diff --git a/node_modules/components-data/image.json b/node_modules/components-data/image.json index d6080196..22548cf9 100644 --- a/node_modules/components-data/image.json +++ b/node_modules/components-data/image.json @@ -16,11 +16,6 @@ "name": "src", "type": "string", "default": "" - }, - { - "name": "title", - "type": "string", - "default": "" } ] 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