- Issue created by @john pitcairn
For a multivalue field, if you want to print a single value of that field in twig, you'd expect to use:
{{ content.field_my_text.0 }}
But the text format you will get for that is the filter format configured for the field widget, not the override filter format from the field formatter.
Is this expected behaviour, or should the field content variable in twig be overridden by the formatter for each value of a multivalue field?
It does work if you print all field values, ie {{ content.field_my_text }}
Active
2.0
Code