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 f2fcc31 commit 91ba309Copy full SHA for 91ba309
app/code/Magento/Developer/etc/adminhtml/di.xml
@@ -12,6 +12,8 @@
12
<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
13
<arguments>
14
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_admin</argument>
15
+ <argument name="debugHintsShowWithParameter" xsi:type="string">dev/debug/template_hints_storefront_show_with_parameter</argument>
16
+ <argument name="debugHintsParameter" xsi:type="string">dev/debug/template_hints_parameter_value</argument>
17
</arguments>
18
</type>
19
</config>
0 commit comments