How can I change the default behaviour for every instance of a particular component?

Currently for example I have to rewrite collapsible and columns(1) for every section: Section::make('Details') ->collapsible() ->columns(1) Section::make('Address') ->collapsible() ->columns(1) Section::make('Holidays') ->collapsible() ->columns(1)
2 Replies