The multi-column edit form layout is currently available to core screens and custom publish form routes.
It would be great if any user-defined global could opt into that type of display, e.g. for settings or lots of single-line translations to save vertical space. Currently, they are only available to the core and addons (via PublishForm::make()->asConfig()).

The multi-column edit form layout is currently available to core screens and custom publish form routes.
It would be great if any user-defined global could opt into that type of display, e.g. for settings or lots of single-line translations to save vertical space. Currently, they are only available to the core and addons (via
PublishForm::make()->asConfig()).