From 08eafdff4ec25d34e2e76b386145a9fd122431dc Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 6 Feb 2012 14:32:11 -0800 Subject: Moving the data files to a separate folder for now until montage provides the final files. Signed-off-by: Valerio Virgillito --- node_modules/components-data/button.json | 21 +++++++++++++++++++++ node_modules/components-data/textfield.json | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 node_modules/components-data/button.json create mode 100644 node_modules/components-data/textfield.json (limited to 'node_modules/components-data') 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 @@ +{ + "component": "button", + + "module": "montage/ui/button.reel", + + "name": "Button", + + "properties": [ + + { + "name": "label", + "type": "string", + "default": "Button" + }, + { + "name": "enabled", + "type": "boolean", + "default": "true" + } + ] +} \ 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 @@ +{ + "component": "textfield", + + "module": "montage/ui/textfield.reel", + + "name": "Textfield", + + "properties": [ + + { + "name": "value", + "type": "string", + "default": "Button" + }, + { + "name": "enabled", + "type": "boolean", + "default": "true" + } + ] +} \ No newline at end of file -- cgit v1.2.3