This is a follow-up to https://github.com/backdrop/backdrop-issues/issues/3911#issuecomment-184...
If we are to add a list of modules that have been disabled, then I would like us to also add a list of modules that have been enabled. If we are to add such a list, it would need to go in the "options have been saved" message. Having the list hidden in a more/less toggle is a personal preference (so that the messages aren't too lengthy). [H/T @klonos]
Using a more/less toggle will be most easily done when #5090 is merged into core, so that issue is a blocker for this one.
Recent comments
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?