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.

travisparker Newcomer

@travisparker · Joined 2 years ago · 2 posts · 0 topics · 0 reputation

Badges

✏️ First Post

Recent posts

  • How to access variables for simple-events in a Twig template · 2 years ago

    You can access the event values using {{ page.header.simple_event.location }} instead of {{ page.simple-events.start }}. Ensure your plugin is correctly configured to pass the right header values.

  • Show frontmatter as fields in the normal mode? · 2 years ago

    Currently, there’s no built-in way to display frontmatter variables as fields in Normal mode. A plugin might help, or you could suggest this feature for future Grav updates to simplify content editing