diff options
author | Valerio Virgillito | 2012-02-14 15:53:08 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-14 15:53:08 -0800 |
commit | 69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9 (patch) | |
tree | 43f7106cba8a6b8ea85a6147f1caa9e00b1d93b9 /node_modules/components-data/checkbox.json | |
parent | c4265fa1484867e717c50bdb19d164ec56a081f4 (diff) | |
download | ninja-69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9.tar.gz |
Adding all the components to the panel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data/checkbox.json')
-rw-r--r-- | node_modules/components-data/checkbox.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json new file mode 100644 index 00000000..8991d210 --- /dev/null +++ b/node_modules/components-data/checkbox.json | |||
@@ -0,0 +1,21 @@ | |||
1 | { | ||
2 | "component": "checkbox", | ||
3 | |||
4 | "module": "montage/ui/checkbox.reel", | ||
5 | |||
6 | "name": "Checkbox", | ||
7 | |||
8 | "properties": [ | ||
9 | |||
10 | { | ||
11 | "name": "label", | ||
12 | "type": "string", | ||
13 | "default": "Button" | ||
14 | }, | ||
15 | { | ||
16 | "name": "enabled", | ||
17 | "type": "boolean", | ||
18 | "default": "true" | ||
19 | } | ||
20 | ] | ||
21 | } \ No newline at end of file | ||