Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3k stars 880 forks source link

add content_class and heading_class to jumbotron #5510

Closed pxpm closed 2 months ago

pxpm commented 2 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

It was not possible to add extra classes to the default ones.

AFTER - What is happening after this PR?

This PR introduces content_class and heading_class so that you can further customize your jumbotron without overwriting files.

This helps us specifically on the "default dashboard", that we can style different when a specific layout is defined.

Is it a breaking change?

No