As a follow up to https://github.com/backdrop/backdrop-issues/issues/494#issuecomment-6780... we should add a radio button for core / contrib / all to the top of the modules page, perhaps next to the search box. This would allow people to quickly see which contrib modules are on a site (for troubleshooting). This will probably require adding a class when the module listing is assembled.
GitHub Issue #:
498
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?