|
18 | 18 | </block> |
19 | 19 | </container> |
20 | 20 |
|
21 | | - <block name="loki.script" template="Loki_Base::script/script-container.phtml"> |
| 21 | + <block |
| 22 | + name="loki.script" |
| 23 | + class="Loki\Base\Block\LokiScript" |
| 24 | + template="Loki_Base::script/script-container.phtml"> |
22 | 25 | <arguments> |
23 | 26 | <argument name="cache_lifetime" xsi:type="number">86400</argument> |
24 | 27 | </arguments> |
|
32 | 35 | </block> |
33 | 36 | </block> |
34 | 37 |
|
35 | | - <block name="loki.script.store" template="Loki_Base::script/script-container.phtml"> |
| 38 | + <block |
| 39 | + name="loki.script.store" |
| 40 | + class="Loki\Base\Block\LokiScript" |
| 41 | + template="Loki_Base::script/script-container.phtml"> |
36 | 42 | <arguments> |
37 | 43 | <argument name="cache_lifetime" xsi:type="number">86400</argument> |
38 | 44 | </arguments> |
|
46 | 52 | <block name="loki.script.store.messages" template="Loki_Base::script/store/message-store.phtml"/> |
47 | 53 | </block> |
48 | 54 |
|
49 | | - <block name="loki.script.directive" template="Loki_Base::script/script-container.phtml"> |
| 55 | + <block |
| 56 | + name="loki.script.directive" |
| 57 | + class="Loki\Base\Block\LokiScript" |
| 58 | + template="Loki_Base::script/script-container.phtml"> |
50 | 59 | <arguments> |
51 | 60 | <argument name="cache_lifetime" xsi:type="number">86400</argument> |
52 | 61 | </arguments> |
53 | 62 |
|
54 | 63 | <block name="loki.script.directive.autoremove" template="Loki_Base::script/directive/autoremove-directive.phtml"/> |
55 | 64 | </block> |
56 | 65 |
|
57 | | - <block name="loki.script.component-partial" template="Loki_Base::script/script-container.phtml"> |
| 66 | + <block |
| 67 | + name="loki.script.component-partial" |
| 68 | + class="Loki\Base\Block\LokiScript" |
| 69 | + template="Loki_Base::script/script-container.phtml"> |
58 | 70 | <arguments> |
59 | 71 | <argument name="cache_lifetime" xsi:type="number">86400</argument> |
60 | 72 | </arguments> |
61 | 73 | </block> |
62 | 74 |
|
63 | | - <block name="loki.script.component-type" template="Loki_Base::script/script-container.phtml"> |
| 75 | + <block |
| 76 | + name="loki.script.component-type" |
| 77 | + class="Loki\Base\Block\LokiScript" |
| 78 | + template="Loki_Base::script/script-container.phtml"> |
64 | 79 | <arguments> |
65 | 80 | <argument name="cache_lifetime" xsi:type="number">86400</argument> |
66 | 81 | </arguments> |
67 | 82 | </block> |
68 | 83 |
|
69 | | - <block name="loki.script.component" template="Loki_Base::script/script-container.phtml"> |
| 84 | + <block |
| 85 | + name="loki.script.component" |
| 86 | + class="Loki\Base\Block\LokiScript" |
| 87 | + template="Loki_Base::script/script-container.phtml"> |
70 | 88 | <arguments> |
71 | 89 | <argument name="cache_lifetime" xsi:type="number">86400</argument> |
72 | 90 | </arguments> |
|
0 commit comments