aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-01 14:37:54 -0800
committerValerio Virgillito2012-02-01 14:37:54 -0800
commit49b15e69f18a9d9748f703092725a3c8df7fc698 (patch)
treeba3976b50ef6074117227ca68340f7f807d5c7e4 /node_modules
parentd26a13de2aca25c36cb35f85604de1ac2b9befbb (diff)
downloadninja-49b15e69f18a9d9748f703092725a3c8df7fc698.tar.gz
Temporary son for Montage button.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/montage-user/ui/button.reel/button.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/montage-user/ui/button.reel/button.json b/node_modules/montage-user/ui/button.reel/button.json
new file mode 100644
index 00000000..8b13a33a
--- /dev/null
+++ b/node_modules/montage-user/ui/button.reel/button.json
@@ -0,0 +1,16 @@
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} \ No newline at end of file