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/textarea.json | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'node_modules/components-data/textarea.json') diff --git a/node_modules/components-data/textarea.json b/node_modules/components-data/textarea.json index 6e3d78c2..8e780954 100644 --- a/node_modules/components-data/textarea.json +++ b/node_modules/components-data/textarea.json @@ -7,26 +7,15 @@ "properties": [ - { - "name": "rows", - "type": "number", - "default": null - }, - { - "name": "cols", - "type": "number", - "default": null - }, - { - "name": "wrap", - "type": "string", - "default": "soft", - "possibleValues": ["hard", "soft"] - }, { "name": "textContent", "type": "string", "default": null + }, + { + "name": "disabled", + "type": "boolean", + "default": false } ] } \ No newline at end of file -- cgit v1.2.3