2
Magento 2: Verfügbare Feldtypen in system.xml
Welche Werte sind für Feldtypen in der etc/system.xmlKonfigurationsdatei verfügbar : <?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> <section id="..."> <group id="..."> <field id="..." type="???"> ... </field> </group> </section> </system> </config>