aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/components-data/button.json (renamed from node_modules/montage/ui/button.reel/button.json)0
-rw-r--r--node_modules/components-data/textfield.json21
2 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/montage/ui/button.reel/button.json b/node_modules/components-data/button.json
index a931afcb..a931afcb 100644
--- a/node_modules/montage/ui/button.reel/button.json
+++ b/node_modules/components-data/button.json
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