Describe your issue or idea
I've been thinking about ways to improve the administrative layout for content editors and have made some customized changes that (I feel) improve the experience. It's basically some cobbled together field groups and CSS that help organize the fields I add to a content type, and it works fine, but it got me wondering whether it is the kind of thing that would be useful more widely and whether something like the Administrative Layout page could be used to drag-and-drop fields that had been added to content types or taxonomy vocabs somehow. (Maybe the Layouts system is not the right place, I'm not certain)
For reference, rather than a single column solid list of fields like this:

I am trying to break things up into groups and even a sidebar on larger screens:

For reference, right now I am doing the following:
- Install the Field Group module
- Create field groups and give appropriate classes to each group (e.g. could be a
detailsclass on the green sidebar, and amediaclass on the blue section) for each content type - Place fields all within the relevant/appropriate group
- Use a subtheme of
sevento adjust layout and styles on those field groups (e.g. referencing the classes added above, such as.details)
Recent comments
This issue is commonly caused by a JavaScript error or plugin conflict in CKEditor 5. First, clear Backdrop caches and your browser cache, then reload the page. Check the browser console for JS...
CKEditor 5 Not Saving Changes, Can't Access Source
Thanks for the detailed instructions. It worked.
Page navigation also above the page content?
Hello opentype. Welcome to Backdrop CMS. This would either require a sub-theme (have a look at Thesis which is a starter sub-theme with nothing changed) or a custom module. Assuming...
Page navigation also above the page content?