Field Settings
Template code
{% for row in entry.superTablePlainText %}
{{ row.plainText }}
{% endfor %}
Field Settings
Template code
{{ entry.superTableRichText.richText }}
Field Settings
Template code
{% for row in entry.superTableMatrix %}
{% for block in row.matrix %}
{% if block.type == 'block1' %}
{{ block.plainText }}
{% endif %}
{% endfor %}
{% endfor %}