Skip to content

Commit 336b463

Browse files
author
Gabriel Somoza
committed
Add a head.additional block to adminhtml layout
1 parent 8d90d12 commit 336b463

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Backend/view/adminhtml/layout

1 file changed

+1
-0
lines changed

app/code/Magento/Backend/view/adminhtml/layout/default.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<body>
1818
<attribute name="id" value="html-body"/>
1919
<block name="require.js" class="Magento\Backend\Block\Page\RequireJs" template="Magento_Backend::page/js/require_js.phtml"/>
20+
<block class="Magento\Framework\View\Element\Text\ListText" name="head.additional"/>
2021
<referenceContainer name="global.notices">
2122
<block class="Magento\Backend\Block\Page\Notices" name="global_notices" as="global_notices" template="Magento_Backend::page/notices.phtml"/>
2223
</referenceContainer>

0 commit comments

Comments
 (0)