Skip to content

configuration

Auto Added by WPeMatico

Magento 2.4.5: Why is my custom tab not showing in the backend without fields?

I am using Magento 2.4.5 and I am trying to create a store configuration. The following code works fine, and the tab appears in the backend: <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Config:etc/system_file.xsd”> <system> <tab id=”mageplaza” translate=”label” sortOrder=”200″> <label>Mageplaza</label> </tab> <section id=”helloworld”… Read More »Magento 2.4.5: Why is my custom tab not showing in the backend without fields?