aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style.reel/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/style.reel/style.html')
-rw-r--r--js/panels/css-panel/style.reel/style.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html
index 469c7268..acc169be 100644
--- a/js/panels/css-panel/style.reel/style.html
+++ b/js/panels/css-panel/style.reel/style.html
@@ -17,9 +17,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
17 "element" : {"#" : "container"}, 17 "element" : {"#" : "container"},
18 "addStyleButton": {"#": "add-style-button"}, 18 "addStyleButton": {"#": "add-style-button"},
19 "propertyField": {"@": "property"}, 19 "propertyField": {"@": "property"},
20 "valueField": {"@": "value"} 20 "valueField": {"@": "value"},
21 "propertyNames" : {"@": "propertyNames"}
21 } 22 }
22 }, 23 },
24 "propertyNames": {
25 "object": "js/panels/CSSPanel/css-property-name-list"
26 },
23 "checkbox": { 27 "checkbox": {
24 "module": "montage/ui/checkbox.reel", 28 "module": "montage/ui/checkbox.reel",
25 "name": "Checkbox", 29 "name": "Checkbox",