Skip to content

Commit

Permalink
Fix #117 config path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 5, 2022
1 parent 5689c57 commit debe2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/system/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<label>Information page</label>
<comment>This page should store information about privacy and GDPR policy.</comment>
<source_model>Magento\Cms\Model\Config\Source\Page</source_model>
<config_path>opengento_gdpr_general/general/page_id</config_path>
<config_path>gdpr/general/page_id</config_path>
</field>
<field id="information" type="select" translate="label" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="30">
<label>Information</label>
<source_model>Magento\Cms\Model\Config\Source\Block</source_model>
<config_path>opengento_gdpr_general/general/block_id</config_path>
<config_path>gdpr/general/block_id</config_path>
</field>
</group>
</section>
Expand Down

0 comments on commit debe2cc

Please sign in to comment.