Closed orbanisti closed 3 years ago
Needed to add 'seo' te exlude it from being rendered on frontend in record.twig, but for the rest, it's doing a great job :)
{% with { 'record': record, 'exclude': [record|image.fieldname|default(),'seo'] } %}
{{ block('sub_fields', 'helpers/_fields.twig') }}
{% endwith %}
Tested on Bolt version 4.1.12
Maybe an alpha branch would be a more proper way to publicize it.
Are you certain? Since Bolt 3 is based on Silex and Bolt 4 on Symfony, they're really different under the hood.