Skip to content

Commit 7c86822

Browse files
committed
#10440: [Forwardport] Missing $debugHintsPath when sending email via command.
1 parent da1a96c commit 7c86822

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

app/code/Magento/Developer/etc/di.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,12 @@
240240
</argument>
241241
</arguments>
242242
</type>
243+
244+
<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
245+
<arguments>
246+
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_storefront</argument>
247+
<argument name="debugHintsWithParam" xsi:type="string">dev/debug/template_hints_storefront_show_with_parameter</argument>
248+
<argument name="debugHintsParameter" xsi:type="string">dev/debug/template_hints_parameter_value</argument>
249+
</arguments>
250+
</type>
243251
</config>

app/code/Magento/Developer/etc/frontend/di.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,4 @@
99
<type name="Magento\Framework\View\TemplateEngineFactory">
1010
<plugin name="debug_hints" type="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints" sortOrder="10"/>
1111
</type>
12-
<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
13-
<arguments>
14-
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_storefront</argument>
15-
<argument name="debugHintsWithParam" 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>
1912
</config>

0 commit comments

Comments
 (0)