pestle
pestle copied to clipboard
Command to add fields/fieldsets to Form UI Component
Right now the form generation command gives us a single field -- title. We need a command that can add arbitrary fields.
I have a module for adding a fieldset to a form: magento2:generate:ui:add-form-fieldset
.
I used the magento2:generate:ui:add-form-field
as an example.
I have a lot of forms to make...