diff options
Diffstat (limited to 'js/panels/properties.reel/sections/custom.reel/custom.html')
-rwxr-xr-x | js/panels/properties.reel/sections/custom.reel/custom.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/js/panels/properties.reel/sections/custom.reel/custom.html b/js/panels/properties.reel/sections/custom.reel/custom.html index 99a68264..cc48d2e7 100755 --- a/js/panels/properties.reel/sections/custom.reel/custom.html +++ b/js/panels/properties.reel/sections/custom.reel/custom.html | |||
@@ -10,8 +10,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
10 | <script type="text/montage-serialization"> | 10 | <script type="text/montage-serialization"> |
11 | { | 11 | { |
12 | "owner": { | 12 | "owner": { |
13 | "module" : "js/panels/properties.reel/sections/custom.reel", | 13 | "prototype" : "js/panels/properties.reel/sections/custom.reel[CustomSection]", |
14 | "name" : "CustomSection", | ||
15 | "properties" : { | 14 | "properties" : { |
16 | "element" : {"#": "section"}, | 15 | "element" : {"#": "section"}, |
17 | "repeat" : {"@": "repeat"} | 16 | "repeat" : {"@": "repeat"} |
@@ -19,8 +18,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
19 | }, | 18 | }, |
20 | 19 | ||
21 | "repeat": { | 20 | "repeat": { |
22 | "module": "montage/ui/repetition.reel", | 21 | "prototype": "montage/ui/repetition.reel", |
23 | "name": "Repetition", | ||
24 | "properties": { | 22 | "properties": { |
25 | "element" : {"#": "repetitionContainer"} | 23 | "element" : {"#": "repetitionContainer"} |
26 | }, | 24 | }, |
@@ -34,8 +32,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
34 | }, | 32 | }, |
35 | 33 | ||
36 | "slot": { | 34 | "slot": { |
37 | "module": "montage/ui/slot.reel", | 35 | "prototype": "montage/ui/slot.reel", |
38 | "name": "Slot", | ||
39 | "properties": { | 36 | "properties": { |
40 | "element": { "#": "repeitionContent" } | 37 | "element": { "#": "repeitionContent" } |
41 | }, | 38 | }, |