diff options
author | Valerio Virgillito | 2012-02-01 14:37:54 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-01 14:37:54 -0800 |
commit | 49b15e69f18a9d9748f703092725a3c8df7fc698 (patch) | |
tree | ba3976b50ef6074117227ca68340f7f807d5c7e4 | |
parent | d26a13de2aca25c36cb35f85604de1ac2b9befbb (diff) | |
download | ninja-49b15e69f18a9d9748f703092725a3c8df7fc698.tar.gz |
Temporary son for Montage button.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
-rw-r--r-- | node_modules/montage-user/ui/button.reel/button.json | 16 |
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 | ||