aboutsummaryrefslogtreecommitdiff
path: root/js/panels/PanelContainer.reel/PanelContainer.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/PanelContainer.reel/PanelContainer.html')
-rwxr-xr-xjs/panels/PanelContainer.reel/PanelContainer.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/js/panels/PanelContainer.reel/PanelContainer.html b/js/panels/PanelContainer.reel/PanelContainer.html
index b22b3609..7d7444c5 100755
--- a/js/panels/PanelContainer.reel/PanelContainer.html
+++ b/js/panels/PanelContainer.reel/PanelContainer.html
@@ -84,6 +84,20 @@
84 } 84 }
85 }, 85 },
86 86
87 "panel_7": {
88 "prototype": "js/panels/Panel.reel",
89 "properties": {
90 "element": {"#": "panel_7"}
91 }
92 },
93
94 "panel_8": {
95 "prototype": "js/panels/Panel.reel",
96 "properties": {
97 "element": {"#": "panel_8"}
98 }
99 },
100
87 "owner": { 101 "owner": {
88 "prototype": "js/panels/PanelContainer.reel", 102 "prototype": "js/panels/PanelContainer.reel",
89 "properties": { 103 "properties": {
@@ -95,7 +109,9 @@
95 "panel_3": {"@": "panel_3"}, 109 "panel_3": {"@": "panel_3"},
96 "panel_4": {"@": "panel_4"}, 110 "panel_4": {"@": "panel_4"},
97 "panel_5": {"@": "panel_5"}, 111 "panel_5": {"@": "panel_5"},
98 "panel_6": {"@": "panel_6"} 112 "panel_6": {"@": "panel_6"},
113 "panel_7": {"@": "panel_7"},
114 "panel_8": {"@": "panel_8"}
99 }, 115 },
100 "listeners": [ 116 "listeners": [
101 { 117 {
@@ -126,6 +142,8 @@
126 <article data-montage-id="panel_4"></article> 142 <article data-montage-id="panel_4"></article>
127 <article data-montage-id="panel_5"></article> 143 <article data-montage-id="panel_5"></article>
128 <article data-montage-id="panel_6"></article> 144 <article data-montage-id="panel_6"></article>
145 <article data-montage-id="panel_7"></article>
146 <article data-montage-id="panel_8"></article>
129 </article> 147 </article>
130 </section> 148 </section>
131</body> 149</body>