Issue It's frustrating when I'm on the Layout > Manage Blocks page and working with a block that is provided by a View, and then need to tweak that View but have no way to get to it:
So I have to go to Structure > Views, find that View, load it up, then find the relevant block display within that View... (or go back to a page on the front end that the View block shows up on and use the Contextual links to edit the View).
Suggestion It would be very nice to have an "Edit View" link in the drop list, that jumps directly to the relevant block display within that View automatically.
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?