← All changes
|
modules/atomic-widgets/elements/atomic-form/atomic-form.html.twig
+0
-5
4.2.0-beta2
→
4.0.0-dev3
View file →
| @@ -11,13 +11,8 @@ | ||
| 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 | - toolname="{{ webmcp_tool_name | e('html_attr') }}" | |
| 16 | - tooldescription="{{ webmcp_tool_description | e('html_attr') }}" | |
| 17 | - {%- if settings['webmcp-autosubmit'] %} | |
| 18 | - toolautosubmit | |
| 19 | - {% endif -%} | |
| 20 | 15 | {%- if settings['_cssid'] is not empty %} |
| 21 | 16 | id="{{ settings['_cssid'] | e('html_attr') }}" |
| 22 | 17 | {% endif -%} |
| 23 | 18 | {{ editor_attributes | default('') | raw }}> |