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
A simple way — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment.
Layout also for /node/add/ forms?
Yes. The are several ways to do this: Install Mail System and select "Testing" for delivery in admin/config/system/mailsystem Install Maillog / Mail developer...
Prevent Backdrop from sending emails
The short answer is no, you can't theme forms or change their layouts through the UI. There is a ported version of Display Suite, which has a submodule called Display Suite Forms that allows you...
Layout also for /node/add/ forms?
Thanks! I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop). With the PayPal server SANDBOX mode (no real payment transaction, just simulated). And everything...
Commerce shop system from Drupal
Peter, I've done an initial port of Commerce PayPal. While I haven't tested it, I think it should work, as the module is not too complex. https://github.com/backdrop-contrib/...
Commerce shop system from Drupal