diff options
author | Valerio Virgillito | 2012-03-30 15:35:41 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-30 15:35:41 -0700 |
commit | 56a042a8ed5d1cb2cb82781952f09ffd6a8338ea (patch) | |
tree | 1e068bbaadf3eabaff344aa0ee78e348f686f031 | |
parent | d8c0318c2a90cf84a46f98ce47c175c234537a2d (diff) | |
download | ninja-56a042a8ed5d1cb2cb82781952f09ffd6a8338ea.tar.gz |
removing some of the button properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
-rw-r--r-- | node_modules/components-data/button.json | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ | |||
16 | "name": "enabled", | 16 | "name": "enabled", |
17 | "type": "boolean", | 17 | "type": "boolean", |
18 | "default": "true" | 18 | "default": "true" |
19 | }, | ||
20 | { | ||
21 | "name": "name", | ||
22 | "type": "string", | ||
23 | "default": "" | ||
24 | }, | ||
25 | { | ||
26 | "name": "type", | ||
27 | "type": "select", | ||
28 | "default": "submit", | ||
29 | "possibleValues": ["submit", "reset", "button"] | ||
30 | }, | ||
31 | { | ||
32 | "name": "value", | ||
33 | "type": "string", | ||
34 | "default": "" | ||
35 | } | 19 | } |
36 | ] | 20 | ] |
37 | } \ No newline at end of file | 21 | } \ No newline at end of file |