{% extends '_layouts/cp' %} {% set title = "Spoon"|t('spoon') %} {% set content %}
{{ "Here you can set up default block type groups and field layouts for all your Matrix fields."|t('spoon') }}
{% if matrixFields|length %}| {{ 'Matrix Field'|t('spoon') }} | {% if superTableFields is defined %}{% endif %} | ||
|---|---|---|---|
{% if superTableFields is defined and 'superTableBlockType' in field.context %}
{% set fieldData = superTableFields[field.context] %}
|
|
{% else %}
{{ field.name|t }}
{% endif %}
||
{{ "No Matrix fields have been added yet."|t('spoon') }}
{% endif %} {% endset %}