Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Seb Member

@Amatiq · Joined 8 years ago · 14 posts · 7 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Form field label based on page title · 8 years ago

    Done! I must set the "name" for each itemfield_value: {% set itemfield_value = { **name: itemfield_name,** label: item.header.label ? item.header.label : item.title, type: "select", o

  • Form field label based on page title · 8 years ago

    Hi! I want to create a front-end form with dynamic text fields based on pages titles. For the moment I merge the form.fields in the twig template with my custom hashes of data. {% extends "forms/defau

  • Infinite loop when image file not found · 8 years ago

    In a page I set an image with this markdown : ![recyclage](/location/_grilleavantages/recycle.png?cropResize=90x90) But I did rename the path on disk to /location/_avantages/recycle.png Then when I r

  • Twig href value inside a block not parsed · 8 years ago

    Hi, some news about this bug, in archive but still alive? /forum/archive/twig-variable-as-link-t6829 A summary as of today: Inside a markdown file, set active both markdown and twig process, Add this