Ich muss einen Gender-Radio-Eingang mit der Magento-UI-Komponentenform erstellen
<field name="gender">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="description" xsi:type="string" translate="true">Gender</item>
<item name="dataType" xsi:type="string">boolean</item>
<item name="formElement" xsi:type="string">radio</item>
<item name="valueMap" xsi:type="array">
<item name="true" xsi:type="boolean">male</item>
<item name="false" xsi:type="boolean">femal</item>
</item>
</item>
</argument>
</field>
magento-2.1
ui-form
fieldsets
Deexit Sanghani
quelle
quelle
Exception #0 (Magento\Framework\Exception\LocalizedException): The requested component ("radio") is not found. Before using, you must add the implementation.
Antworten:
Endlich habe ich die Antwort bekommen
Erstellen Sie> [Anbieter] / [Modul] /Model/Config/Source/Gender.php
quelle
Verwenden Sie dieses Feldset:
quelle