|
23 | 23 | name="loki.script" |
24 | 24 | class="Loki\Base\Block\LokiScript" |
25 | 25 | template="Loki_Base::script/script-container.phtml"> |
26 | | - <arguments> |
27 | | - <argument name="cache_lifetime" xsi:type="number">86400</argument> |
28 | | - </arguments> |
29 | 26 |
|
30 | 27 | <block name="loki.alpinejs" template="Loki_Base::script/alpine-csp.phtml"/> |
31 | 28 |
|
|
40 | 37 | name="loki.script.store" |
41 | 38 | class="Loki\Base\Block\LokiScript" |
42 | 39 | template="Loki_Base::script/script-container.phtml"> |
43 | | - <arguments> |
44 | | - <argument name="cache_lifetime" xsi:type="number">86400</argument> |
45 | | - </arguments> |
46 | 40 |
|
47 | 41 | <block name="loki.script.store.local-storage" template="Loki_Base::script/store/localstorage-store.phtml"> |
48 | 42 | <arguments> |
|
57 | 51 | name="loki.script.directive" |
58 | 52 | class="Loki\Base\Block\LokiScript" |
59 | 53 | template="Loki_Base::script/script-container.phtml"> |
60 | | - <arguments> |
61 | | - <argument name="cache_lifetime" xsi:type="number">86400</argument> |
62 | | - </arguments> |
63 | 54 |
|
64 | 55 | <block name="loki.script.directive.autoremove" template="Loki_Base::script/directive/autoremove-directive.phtml"/> |
65 | 56 | </block> |
|
68 | 59 | name="loki.script.component-partial" |
69 | 60 | class="Loki\Base\Block\LokiScript" |
70 | 61 | template="Loki_Base::script/script-container.phtml"> |
71 | | - <arguments> |
72 | | - <argument name="cache_lifetime" xsi:type="number">86400</argument> |
73 | | - </arguments> |
74 | 62 | </block> |
75 | 63 |
|
76 | 64 | <block |
77 | 65 | name="loki.script.component-type" |
78 | 66 | class="Loki\Base\Block\LokiScript" |
79 | 67 | template="Loki_Base::script/script-container.phtml"> |
80 | | - <arguments> |
81 | | - <argument name="cache_lifetime" xsi:type="number">86400</argument> |
82 | | - </arguments> |
83 | 68 | </block> |
84 | 69 |
|
85 | 70 | <block |
86 | 71 | name="loki.script.component" |
87 | 72 | class="Loki\Base\Block\LokiScript" |
88 | 73 | template="Loki_Base::script/script-container.phtml"> |
89 | | - <arguments> |
90 | | - <argument name="cache_lifetime" xsi:type="number">86400</argument> |
91 | | - </arguments> |
92 | 74 |
|
93 | 75 | <block name="loki.component.messages" template="Loki_Base::script/component/message-component.phtml"> |
94 | 76 | <arguments> |
|
0 commit comments