Skip to content

magento man

why i can’t display the new column in the admin panel? I can not display a new column in Configuration panel

my adminhtmlsystem.xml <?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=”General” translate=”label” sortOrder=”10″> <label>Mageplaza</label> </tab> <section id=”meetanshi” translate=”label” sortOrder=”130″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″> <class>separator-top</class> <label>Hello World</label> <tab>meetanshi</tab> <resource>Meetanshi_Extension::config</resource> <label>General Configuration</label> <group id=”system” translate=”label” type=”text” sortOrder=”1″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″> <field id=”config1″ translate=”label” type=”text”… Read More »why i can’t display the new column in the admin panel? I can not display a new column in Configuration panel