ok, aber mein aktuelles Template content_element/accordion.html.twig sieht leider nur so kurz aus:
HTML-Code:
{% extends "@Contao/content_element/accordion.html.twig" %}
{#
** Add changes to the base template here. **
Hint: Try adjusting blocks and attributes instead of
overwriting the whole template. This way your version
can remain compatible with future changes to the base
template as well as adjustments made by extensions.
Currently available blocks:
"stylesheet_component", "content", "element",
"element_header", "element_content", "script",
"init_options", "style", "headline_component",
"headline_attributes", "headline_inner",
"wrapper", "wrapper_tag", "attributes", "inner",
"metadata"
Example:
{% block stylesheet_component %}
{{ parent() }}
My additional content for 'stylesheet_component'…
{% endblock %}
#}
Muß dieses gesamte Template durch den von Dir verlinkten Code ersetzt werden?