Files
2021-05-12 10:33:19 +02:00

4 lines
181 B
Twig

{% set item = collection ?? object %}
{% set type = collection ? 'collection' : 'object' %}
ERROR: Layout '{{ layout }}' for flex {{ type }} '{{ item.flexType() }}' was not found.