diff options
author | Valerio Virgillito | 2012-04-05 11:45:09 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-05 11:45:09 -0700 |
commit | 91ffa45e4eb69b1434460f9b6c618745ac19a74e (patch) | |
tree | 6d57b91e8c114aa7fa0f29666549d93841d6bf7e /node_modules/components-data/checkbox.json | |
parent | 17ca01f54591187f5c0812c0fd2cb7260afa9639 (diff) | |
parent | b60e576af3915ce0cd7b60ed5e8ed6ff6f1ea9dc (diff) | |
download | ninja-91ffa45e4eb69b1434460f9b6c618745ac19a74e.tar.gz |
Merge pull request #153 from mencio/components
Components panel cleanup and displaying only simple properties.
Diffstat (limited to 'node_modules/components-data/checkbox.json')
-rw-r--r-- | node_modules/components-data/checkbox.json | 30 |
1 files changed, 0 insertions, 30 deletions
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 | |||
@@ -8,11 +8,6 @@ | |||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | ||
10 | { | 10 | { |
11 | "name": "autofocus", | ||
12 | "type": "boolean", | ||
13 | "default": "false" | ||
14 | }, | ||
15 | { | ||
16 | "name": "disabled", | 11 | "name": "disabled", |
17 | "type": "boolean", | 12 | "type": "boolean", |
18 | "default": "false" | 13 | "default": "false" |
@@ -21,31 +16,6 @@ | |||
21 | "name": "checked", | 16 | "name": "checked", |
22 | "type": "boolean", | 17 | "type": "boolean", |
23 | "default": "false" | 18 | "default": "false" |
24 | }, | ||
25 | { | ||
26 | "name": "form", | ||
27 | "type": "string", | ||
28 | "default": "" | ||
29 | }, | ||
30 | { | ||
31 | "name": "name", | ||
32 | "type": "string", | ||
33 | "default": "" | ||
34 | }, | ||
35 | { | ||
36 | "name": "readonly", | ||
37 | "type": "boolean", | ||
38 | "default": null | ||
39 | }, | ||
40 | { | ||
41 | "name": "title", | ||
42 | "type": "string", | ||
43 | "default": "" | ||
44 | }, | ||
45 | { | ||
46 | "name": "value", | ||
47 | "type": "string", | ||
48 | "default": "on" | ||
49 | } | 19 | } |
50 | ] | 20 | ] |
51 | } \ No newline at end of file | 21 | } \ No newline at end of file |