← All changes
|
modules/atomic-widgets/elements/atomic-form/atomic-form.html.twig
+2
-0
4.2.0-beta2
→
4.2.1
View file →
| @@ -11,12 +11,14 @@ | ||
| 11 | 11 | {%- if settings['form-name'] is not empty %} |
| 12 | 12 | aria-label="{{ settings['form-name'] | e('html_attr') }}" |
| 13 | 13 | data-form-name="{{ settings['form-name'] | e('html_attr') }}" |
| 14 | 14 | {% endif -%} |
| 15 | + {%- if webmcp_tool_name is not empty %} | |
| 15 | 16 | toolname="{{ webmcp_tool_name | e('html_attr') }}" |
| 16 | 17 | tooldescription="{{ webmcp_tool_description | e('html_attr') }}" |
| 17 | 18 | {%- if settings['webmcp-autosubmit'] %} |
| 18 | 19 | toolautosubmit |
| 20 | + {% endif -%} | |
| 19 | 21 | {% endif -%} |
| 20 | 22 | {%- if settings['_cssid'] is not empty %} |
| 21 | 23 | id="{{ settings['_cssid'] | e('html_attr') }}" |
| 22 | 24 | {% endif -%} |