We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52782b9 + 4042066 commit 479508eCopy full SHA for 479508e
src/etc/adminhtml/system/content.xml
@@ -106,5 +106,15 @@
106
<comment>The link there is used in the read more for cookie popup.</comment>
107
</field>
108
</group>
109
+
110
+ <group id="contact_us_content" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
111
+ <label>Contact Us Page</label>
112
113
+ <field id="contact_us_cms_block" translate="label" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
114
+ <label>Contact Us CMS Block</label>
115
+ <comment>The block displayed in the Contact Us page</comment>
116
+ <source_model>ScandiPWA\Customization\Model\Block\Source\Block</source_model>
117
+ </field>
118
+ </group>
119
</section>
120
</include>
0 commit comments