Panel
instance within the fields
method of a resource. Each panel requires a name and an array of fields that belong to that panel:
limit
method:
collapsible
method when defining the panel. This method utilizes JavaScript’s localStorage
feature to remember the current state of the panel between requests:
collapsedByDefault
method:
Tab
panel allows you to organize resource fields and relationships within tab panels:
Tab::group
method. Each individual tab may be constructed using Tab::make
and receives a tab title and array of fields:
fields
to the Tab::group
method: