vseager/magento2-head-additional-before

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

Installs: 85

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/vseager/magento2-head-additional-before

1.0.1 2023-11-01 21:10 UTC

This package is auto-updated.

Last update: 2025-09-29 03:14:24 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>