Und das genau verwirrt mich ja....
Das Template auf GitHub hat 182 Zeilen, das hier ist das Template das bei mir enthalten ist....
Code:
{% extends "@Contao/component/_table.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:
"table_component", "table", "table_attributes",
"table_caption", "table_caption_inner",
"table_header", "header_inner", "table_footer",
"table_footer_inner", "table_body",
"table_body_inner", "table_body_cell_content",
"table_cell_content", "script"
Example:
{% block table_component %}
{{ parent() }}
My additional content for 'table_component'…
{% endblock %}
#}
Sorry für die blöden Fragen, aber leider bin ich bei den Templates nicht so tief drin.
VG Daniel
EDIT: Noch als Ergänzung, wenn ich ein Template anlege, dann wird doch dieses auch in der Auswahl im Artikel angezeigt. Ich habe hierfür ein Template mit geändertem Namen angelegt, das wird mir aber nicht angezeigt. Dort finde ich nur eine Templateauswahl für das "Inhaltselement-Template" mit der Auswahlmöglichkeit "content_element/table [ContaoCore].
Muss ich doch irgendein anderes Template bearbeiten?