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 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'node_modules/components-data/anchor.json') 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 -- cgit v1.2.3