Konafets / antlers-idea

Adds support for Antlers, the templating language of Statamic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the legacy modifier syntax

Konafets opened this issue · comments

New Antlers style for modifiers is:
`{{ var | modifier('hi', ['pooh', 'pea'], true, 42, $favoriteVar) }}

However the new Antlers still supports the legacy style:

  • Parameter style: {{ var group_by="date|F Y" }}
  • Shorthand style: {{ var | group_by:date:F Y }}