aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-06 14:32:11 -0800
committerValerio Virgillito2012-02-06 14:32:11 -0800
commit08eafdff4ec25d34e2e76b386145a9fd122431dc (patch)
tree18037d553feed5ed66417c2a80c5b908b5a1942d /node_modules/components-data
parentf849f62ef2eba6d3439156639b8d1880d1498c16 (diff)
downloadninja-08eafdff4ec25d34e2e76b386145a9fd122431dc.tar.gz
Moving the data files to a separate folder for now until montage provides the final files.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data')
-rw-r--r--node_modules/components-data/button.json21
-rw-r--r--node_modules/components-data/textfield.json21
2 files changed, 42 insertions, 0 deletions
diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json
new file mode 100644
index 00000000..a931afcb
--- /dev/null
+++ b/node_modules/components-data/button.json
@@ -0,0 +1,21 @@
1{
2 "component": "button",
3
4 "module": "montage/ui/button.reel",
5
6 "name": "Button",
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
diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json
new file mode 100644
index 00000000..2a21394a
--- /dev/null
+++ b/node_modules/components-data/textfield.json
@@ -0,0 +1,21 @@
1{
2 "component": "textfield",
3
4 "module": "montage/ui/textfield.reel",
5
6 "name": "Textfield",
7
8 "properties": [
9
10 {
11 "name": "value",
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