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 +++++++++++++++++++++ node_modules/montage/ui/button.reel/button.json | 21 --------------------- 3 files changed, 42 insertions(+), 21 deletions(-) create mode 100644 node_modules/components-data/button.json create mode 100644 node_modules/components-data/textfield.json delete mode 100644 node_modules/montage/ui/button.reel/button.json (limited to 'node_modules') 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 diff --git a/node_modules/montage/ui/button.reel/button.json b/node_modules/montage/ui/button.reel/button.json deleted file mode 100644 index a931afcb..00000000 --- a/node_modules/montage/ui/button.reel/button.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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 -- cgit v1.2.3