Custom view
Replace field slots with custom views
Last updated
Was this helpful?
Replace field slots with custom views
Last updated
Was this helpful?
Display a custom view instead of the default field view
The view will have access to $field
, $form
, $form_data
, and $model
variables, as well as any other public component properties.
Alternatively use
Protip: use the ->custom()
field method, together with a custom ->view.()
See for more info