diff options
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html')
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html index 1042d29e..bf101719 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | |||
@@ -15,6 +15,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
15 | "name" : "CssStyleRule", | 15 | "name" : "CssStyleRule", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "rule-item"}, | 17 | "element" : {"#" : "rule-item"}, |
18 | "selectorField": {"@": "selector"}, | ||
18 | "declarationComponent": {"@": "declaration"} | 19 | "declarationComponent": {"@": "declaration"} |
19 | } | 20 | } |
20 | }, | 21 | }, |
@@ -52,6 +53,18 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
52 | "name": "Declaration", | 53 | "name": "Declaration", |
53 | "properties": { | 54 | "properties": { |
54 | "element": {"#": "declaration-list"} | 55 | "element": {"#": "declaration-list"} |
56 | }, | ||
57 | "bindings": { | ||
58 | "focusDelegate" : { | ||
59 | "boundObject": {"@": "owner"}, | ||
60 | "boundObjectPropertyPath": "focusDelegate", | ||
61 | "oneway": true | ||
62 | }, | ||
63 | "declaration" : { | ||
64 | "boundObject": {"@": "owner"}, | ||
65 | "boundObjectPropertyPath": "_declaration", | ||
66 | "oneway": true | ||
67 | } | ||
55 | } | 68 | } |
56 | }, | 69 | }, |
57 | "sheetLink": { | 70 | "sheetLink": { |