Blocks
Design with Twig Hooks
Configuration
Example configuration
sylius_twig_hooks:
hooks:
'sylius_shop.product.show.content.info.overview.accordion.details':
dynamic_details:
component: 'sylius_cms:shop:render:block'
props:
code: 'my_block_code'
template: 'my_custom_template.html.twig' # optional
context: '@=_context.resource' #optional, see 'Context Configuration' section belowDesign directly in Twig Template
Render the block
Context Configuration
Was this helpful?
