Description of the need
It would be useful to be able to export a flexible layout template to a template file (i.e. layout-name.tpl.php
) or at least code that can be copied and pasted into a file.
Proposed solution
A button on the flexible layout template to export to file.
GitHub Issue #:
5045
Recent comments
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?
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';
How do I diagnose Webform Conditionals failing?
Issue opened at Github: https://github.com/backdrop-contrib/webform/issues/220
How do I diagnose Webform Conditionals failing?