Using the new Factory Method syntax to build the settings pages gives us most input types (checkbox, toggle, dropdown, input field, etc). What I don't see is how to add a button? I would expect one of two behaviors, either give us a "WithButton" method, or add "Button" as part of the EInputType values.
Has anyone else found a way to add buttons to the settings pages?
In addition I do not see a way to add long-form text inputs either.
Has anyone else found a way to add buttons to the settings pages?
In addition I do not see a way to add long-form text inputs either.
Comment