-
Bug
-
Resolution: Fixed
-
Should have
-
None
-
3
-
Block: Carousel Header
-
neptune
When a Carousel Header is used in a Reusable block, the dependency library Hammer is not loaded. It is because we use the "has_block()" native function that can't read into reusable blocks.
We could either use our own BlockList::has_block() function, or move the asset enqueueing to the Carousel frontend script.