diff options
Diffstat (limited to 'node_modules/components-data/textarea.json')
-rw-r--r-- | node_modules/components-data/textarea.json | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/node_modules/components-data/textarea.json b/node_modules/components-data/textarea.json index 608011e1..6e3d78c2 100644 --- a/node_modules/components-data/textarea.json +++ b/node_modules/components-data/textarea.json | |||
@@ -8,14 +8,25 @@ | |||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | ||
10 | { | 10 | { |
11 | "name": "value", | 11 | "name": "rows", |
12 | "type": "number", | ||
13 | "default": null | ||
14 | }, | ||
15 | { | ||
16 | "name": "cols", | ||
17 | "type": "number", | ||
18 | "default": null | ||
19 | }, | ||
20 | { | ||
21 | "name": "wrap", | ||
12 | "type": "string", | 22 | "type": "string", |
13 | "default": "Button" | 23 | "default": "soft", |
24 | "possibleValues": ["hard", "soft"] | ||
14 | }, | 25 | }, |
15 | { | 26 | { |
16 | "name": "disabled", | 27 | "name": "textContent", |
17 | "type": "boolean", | 28 | "type": "string", |
18 | "default": "false" | 29 | "default": null |
19 | } | 30 | } |
20 | ] | 31 | ] |
21 | } \ No newline at end of file | 32 | } \ No newline at end of file |