Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 323 Bytes

magento2-head-additional-before

Allows you to place layout blocks in the <head> tag before other scripts

Example usage:

<referenceBlock name="head.additional.before">
    <block class="Magento\Framework\View\Element\Template" name="termly" template="Vendor_Module::template.phtml" />
</referenceBlock>