I want to set cacheable=false in referenceBlock, Can anyone help to set up this, please.
Any help would be appreciated. Thanks in advance.
CoderKube Technologies
4542 silver badges9 bronze badges
1 Answer 1
The referenceBlock does not support cacheable as an attribute
You have to define cacheable="false" within <block> not <referenceBlock>
The referenceBlock tag does not support the cacheable attribute. Hope this info helps you.
Let me know if you still have any queries.
Thank You
answered Aug 28, 2020 at 6:50
CoderKube Technologies
4542 silver badges9 bronze badges
-
Is there any other way to use in referenceBlock?Prachi– Prachi2020年08月28日 06:52:59 +00:00Commented Aug 28, 2020 at 6:52
-
You can set up use only in BlockCoderKube Technologies– CoderKube Technologies2020年08月28日 06:54:17 +00:00Commented Aug 28, 2020 at 6:54
default