Skip to content
Discussion options

You must be logged in to vote

Oh, ok!
That isn't a "proper" sidebar, because by default there is nothing there, no dom elements, that's an empty space "by design". If you want to add something there, you must publish the file backpack\crud\src\resources\views\crud\create.blade.php and add a new div.col-md-4 on line 53 that will complement the current div.col-md-8 that holds the form content.

Note that it will be outside the form element, so if you want input elements on that new right sidebar you must move the form outside of those div.

There are more possible approaches, you can create a custom field specific for that category checklist with an absolute position, the field should position itself on the right side of …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@promatik
Comment options

Answer selected by promatik
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants