Skip to content

Commit 8536e32

Browse files
eneskircaenesLucas Siebels
authored
feat: add tab id in system.xml (#3)
* 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]>
1 parent b8e8ef4 commit 8536e32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/adminhtml/system.xml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
55
<system>
6+
<tab id="basecom" translate="label" sortOrder="410">
7+
<label>Basecom</label>
8+
</tab>
69
<section id="basecom_csp_split_header" translate="label" showInDefault="1" showInWebsite="1" showInStore="1"
710
sortOrder="1000">
811
<label>Content Security Policy</label>

0 commit comments

Comments
 (0)