Skip to content

Commit

Permalink
Hide custom path mapper if use_store is off but use_store_path is on
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Mar 15, 2024
1 parent 022641d commit 92ba1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<backend_model>Magento\Config\Model\Config\Backend\Serialized\ArraySerialized</backend_model>
<config_path>web/url/custom_path_mapper</config_path>
<depends>
<field id="use_store">1</field>
<field id="use_store_path">custom</field>
</depends>
</field>
Expand Down

0 comments on commit 92ba1e1

Please sign in to comment.