vseager/magento2-head-additional-before

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

1.0.1 2023-11-01 21:10 UTC

This package is auto-updated.

Last update: 2024-05-30 01:00:22 UTC


README

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>