LeandroFerreira
Dispatch event from afterStateUpdated to another field?
Did you create a preview custom field ?
I think
$set('preview', $get('content'));
should work and you are able to access the preview
state in the view using $getState()
4 replies
Layout fields in modal importer
It is a Fieldset component that contains
columns(1)
according to this trait
I think it is possible to change the columns to 2, but you need to create your own Action, extend the default Action, and override the Fieldset column component.3 replies