We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4359b6c commit 2f47e16Copy full SHA for 2f47e16
app/code/Magento/Translation/view/base/layout/default.xml renamed to app/code/Magento/Translation/view/frontend/layout/default.xml
@@ -8,7 +8,7 @@
8
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9
<body>
10
<referenceBlock name="head.additional">
11
- <block name="translation_dictionary" template="Magento_Translation::dictionary.phtml">
+ <block name="translation_dictionary" template="Magento_Translation::dictionary.phtml" before="-">
12
<arguments>
13
<argument name="dictionary_view_model" xsi:type="object">Magento\Translation\ViewModel\Dictionary</argument>
14
</arguments>
0 commit comments