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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • PHP Exception on refresh · 10 years ago

    Hi everyone, I'm creating a custom theme for a website and since yesterday I keep getting this PHP Exception when I refresh the page after a change : --- java Fatal error: Uncaught exception 'InvalidA

  • Blueprints.yaml – how to add fields? · 10 years ago

    Thanks! You're right, great docs. Must have missed it.

  • Blueprints.yaml – how to add fields? · 10 years ago

    On that page of the help, you will also find a way to unset, replace fields like for example the default editor and how to import partials of blueprints. I find Grav superb (apart from some small limi

  • Blueprints.yaml – how to add fields? · 10 years ago

    Oh, and regarding the ordering: https://learn.getgrav.org/forms/blueprints/advanced-features#changing-field-ordering

  • Blueprints.yaml – how to add fields? · 10 years ago

    https://learn.getgrav.org/themes/twig-filters-functions#markdown Seriously, you'll find a lot of answers in the documentation. It's very well! --- {{ page.header.details|markdown }}

  • Blueprints.yaml – how to add fields? · 10 years ago

    How did you transform the extra markdown fields to HTML in twig? Below you can find my blueprint yaml file. It gives a markdown editor in the grav admin, but when printing in twig, the raw markdown is

  • Blueprints.yaml – how to add fields? · 10 years ago

    Thanks! Actually that was obvious :-) But there is so much new for me I must have missed that.

  • Blueprints.yaml – how to add fields? · 10 years ago

    It's because you extended the default blueprint with these lines title: Gallery '@extends': type: default context: blueprints://pages So anything written after these lines will appear after

  • Blueprints.yaml – how to add fields? · 10 years ago

    It works! Don’t want to bother … but any idea to change the position of the fields? Currently my custom fields go below the Page Media. Maybe this is not a big problem, because I need to have almost c

  • Blueprints.yaml – how to add fields? · 10 years ago

    If you want to add another markdown editor, you can use the code below in your blueprint: header.myblogtext: type: markdown validate: type: textarea If you just want to add a textarea