Skip to content

Commit ace164b

Browse files
authored
Renamed config setting to represent what it actually does
This config name is notoriously misleading as it does not show the block name at all, instead it shows the block class type. Worse still there is a question about this in the Magento2 certification exam which is utterly confusing due to the poor naming of the config setting.
1 parent 8d2f0c0 commit ace164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
121121
</field>
122122
<field id="template_hints_blocks" translate="label" type="select" sortOrder="21" showInDefault="1" showInWebsite="1" showInStore="1">
123-
<label>Add Block Names to Hints</label>
123+
<label>Add Block Class Type to Hints</label>
124124
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
125125
</field>
126126
</group>

0 commit comments

Comments
 (0)