我想要按钮组件或input-type=button
插件系统配置页面。
有谁知道如何添加它config.xml
我浏览了Shopware Core System Config Schema的主文件-
但type
没有任何按钮相关的东西。
<xs:simpleType name="type">
<xs:restriction base="xs:string">
<xs:enumeration value="text"/>
<xs:enumeration value="textarea"/>
<xs:enumeration value="url"/>
<xs:enumeration value="password"/>
<xs:enumeration value="int"/>
<xs:enumeration value="float"/>
<xs:enumeration value="bool"/>
<xs:enumeration value="checkbox"/>
<xs:enumeration value="datetime"/>
<xs:enumeration value="date"/>
<xs:enumeration value="time"/>
<xs:enumeration value="colorpicker"/>
<xs:enumeration value="single-select"/>
<xs:enumeration value="multi-select"/>
</xs:restriction>
</xs:simpleType>