I have a client with 3 D7 sites, all of which use LDAP. We use Authentication, Authorization, Authorization - Drupal Roles, and Servers. None of the other submodules. Is this on anybodies list?
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...
Posted5 days 4 hours ago by Alejandro Cremaschi (argiepiano) on:
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...
d'oh. Because of course it is reassigning. Don't mind me...
the correct syntax is
$form['#attached']['js'][] =
backdrop_get_path('module', 'mymodule') . '/mymodule.js';
Comments
I don't have a need for it. But you can also ask here https://gitter.im/backdrop/backdrop-issues and also put in a request or announce you're going to port it here https://github.com/backdrop-ops/contrib/issues