So, it's relatively straightforward to add a background image to a region through the theme with custom css.
I'm trying to find a way to do this through the User Interface, either through a contrib module or some other trick.
We have the option to add a background image to a hero block. How about adding a background image to a region?
I'm open to any of the following types of answers:
1) A Drupal module that might be ported to accomplish this
2) Some pseudo code on how to write a module for this feature
3) Some creative use of core features that might make this possible.
CSS injector doesn't count! (It's a reasonable option, but I thought of that already).
Recent comments
Responses: -I can edit nodes -I can access the DB but will need help finding the items - not comfortable poking around. - No errors or warnings in log after visiting pages...
View/Edit tabs missing
Hmm... hard to tell. I don't see any module there that modifies the Backdrop routes for node editing etc. Can you check if you can still edit notes? For example by going to node/NODE_ID/...
View/Edit tabs missing
Thanks a lot for the help, solved it.
How to Restrict User Access to Site-Wide Images in the Form Editor
Don't worry. Another way to help out is by testing fixes that others provide and clearly documenting and new issues you find in the issue queues. Sometimes that can be the thing that allows it...
managing draft revisions while still having a version published
Hi! In the end, I chose to use the form block and made an override of the block. With some CSS and JavaScript, I created a modal form that only includes a text field and the option to upload...
How to Create Nodes via a Block-Embedded Form in Backdrop