Skip to content

Can't use modifiers in array syntax #2529

@robdekort

Description

@robdekort

Bug Description

Not sure if this is a bug or expected behaviour but this line doesn't work:

{{ pin:event_date format_localized="%A %d %B %Y" }}

I have to do this:

{{ pin }}
    <b class="mt-2 mb-4 uppercase">{{ event_date format_localized="%A %d %B %Y"  }}</b>
{{ /pin }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions