Skip to content

Commit 479508e

Browse files
Merge pull request #6 from zans-laksa/1402-contact-us
Added setting config for selection contact us page block
2 parents 52782b9 + 4042066 commit 479508e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/etc/adminhtml/system/content.xml

+10
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,15 @@
106106
<comment>The link there is used in the read more for cookie popup.</comment>
107107
</field>
108108
</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>
109119
</section>
110120
</include>

0 commit comments

Comments
 (0)