You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, I implemented this by overwriting the CrudPanel class and adding a Blocks trait. This means that it breaks when these files are updated in Backpack.
Do you know if there is any interest in this functionality? In that case, I could clean up my code, fork Backpack, and make a PR. Or are there any other possibilities to extend CrudPanel, Fields, and FieldsProtectedMethods without editing the backpack core?
The text was updated successfully, but these errors were encountered:
Hey there @JoepdeJong
Probably using an Operation (basically a trait that you add to crud controller)?
That and the views would avoid overriding backpack crud panel class.
Cheers
Hi everyone,
I have implemented
blocks
, which allow me to split op a crud form over multiple cards/columns using e.g.col-md-6
.The config is similar to
tabs
: add'block'=>'block_name'
to a field. To customize blocks, e.g. styling and title, one can useblockOptions
:At the moment, I implemented this by overwriting the
CrudPanel
class and adding aBlocks
trait. This means that it breaks when these files are updated in Backpack.Do you know if there is any interest in this functionality? In that case, I could clean up my code, fork Backpack, and make a PR. Or are there any other possibilities to extend
CrudPanel
,Fields
, andFieldsProtectedMethods
without editing the backpack core?The text was updated successfully, but these errors were encountered: