We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e908c42 commit 73a253cCopy full SHA for 73a253c
src/etc/adminhtml/system/content.xml
@@ -75,6 +75,12 @@
75
<comment>The block displayed bellow the menu.</comment>
76
<source_model>ScandiPWA\Customization\Model\Block\Source\Block</source_model>
77
</field>
78
+
79
+ <field id="contacts_cms" translate="label" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
80
+ <label>Promotion CMS block</label>
81
+ <comment>The contacts block displayed above the menu.</comment>
82
+ <source_model>ScandiPWA\Customization\Model\Block\Source\Block</source_model>
83
+ </field>
84
</group>
85
86
<group id="product_list_content" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
0 commit comments