Level 1
I am looking for the same, I tried using this: https://github.com/64robots/nova-fields but it does not work.
I am flabbergasted this is not built in to Nova.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello all - how would you all add a css class to a wrapping element of a field... I have the following, and I hate it. Suggestions?
Text::make('Reg Stage', 'registration_stage', function () { return '' . $this->registration_stage . ''; }) ->sortable() ->asHtml() ->hideFromDetail() ->hideWhenUpdating()
I need the class so I can add a related icon.
All the best
Please or to participate in this conversation.