Skip to content

Commit

Permalink
feat: add tab id in system.xml (#3)
Browse files Browse the repository at this point in the history
* Tab id is added in system.xml

* Update etc/adminhtml/system.xml

Co-authored-by: Lucas Siebels <[email protected]>

---------

Co-authored-by: enes <[email protected]>
Co-authored-by: Lucas Siebels <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent b8e8ef4 commit 8536e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="basecom" translate="label" sortOrder="410">
<label>Basecom</label>
</tab>
<section id="basecom_csp_split_header" translate="label" showInDefault="1" showInWebsite="1" showInStore="1"
sortOrder="1000">
<label>Content Security Policy</label>
Expand Down

0 comments on commit 8536e32

Please sign in to comment.