Skip to content

Commit 094f9f2

Browse files
committed
Remove block cache lifetime
1 parent 3088d69 commit 094f9f2

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

view/base/layout/loki_base.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
name="loki.script"
2424
class="Loki\Base\Block\LokiScript"
2525
template="Loki_Base::script/script-container.phtml">
26-
<arguments>
27-
<argument name="cache_lifetime" xsi:type="number">86400</argument>
28-
</arguments>
2926

3027
<block name="loki.alpinejs" template="Loki_Base::script/alpine-csp.phtml"/>
3128

@@ -40,9 +37,6 @@
4037
name="loki.script.store"
4138
class="Loki\Base\Block\LokiScript"
4239
template="Loki_Base::script/script-container.phtml">
43-
<arguments>
44-
<argument name="cache_lifetime" xsi:type="number">86400</argument>
45-
</arguments>
4640

4741
<block name="loki.script.store.local-storage" template="Loki_Base::script/store/localstorage-store.phtml">
4842
<arguments>
@@ -57,9 +51,6 @@
5751
name="loki.script.directive"
5852
class="Loki\Base\Block\LokiScript"
5953
template="Loki_Base::script/script-container.phtml">
60-
<arguments>
61-
<argument name="cache_lifetime" xsi:type="number">86400</argument>
62-
</arguments>
6354

6455
<block name="loki.script.directive.autoremove" template="Loki_Base::script/directive/autoremove-directive.phtml"/>
6556
</block>
@@ -68,27 +59,18 @@
6859
name="loki.script.component-partial"
6960
class="Loki\Base\Block\LokiScript"
7061
template="Loki_Base::script/script-container.phtml">
71-
<arguments>
72-
<argument name="cache_lifetime" xsi:type="number">86400</argument>
73-
</arguments>
7462
</block>
7563

7664
<block
7765
name="loki.script.component-type"
7866
class="Loki\Base\Block\LokiScript"
7967
template="Loki_Base::script/script-container.phtml">
80-
<arguments>
81-
<argument name="cache_lifetime" xsi:type="number">86400</argument>
82-
</arguments>
8368
</block>
8469

8570
<block
8671
name="loki.script.component"
8772
class="Loki\Base\Block\LokiScript"
8873
template="Loki_Base::script/script-container.phtml">
89-
<arguments>
90-
<argument name="cache_lifetime" xsi:type="number">86400</argument>
91-
</arguments>
9274

9375
<block name="loki.component.messages" template="Loki_Base::script/component/message-component.phtml">
9476
<arguments>

0 commit comments

Comments
 (0)