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

  • Multi page reference · 9 years ago

    Hi! I've created a field to save links to internal pages in my site, this way: fields: header.filmography: type: pages size: medium classes: fancy

  • Image options · 9 years ago

    Fixed! Thanks!!!!

  • Image options · 9 years ago

    Can you give an example of your markdown?

  • Image options · 9 years ago

    Also it doesn't work with any image...

  • Image options · 9 years ago

    Trying to apply grayscale or other image effects to an image of a referenced page and it does not work... any clues???

  • Form not showing in the page · 9 years ago

    Yes is installed by default with grav admin

  • Form not showing in the page · 9 years ago

    Did you install the Form plugin?

  • Form not showing in the page · 9 years ago

    Hi, i've followed this guide to create a form in my website using the admin plugin in the page frontmatter: https://learn.getgrav.org/forms/forms/example-form but the page is empty, and the form is no

  • How to turn off Grav markdown? · 9 years ago

    Grav doesn't have a WYSIYWG HTML editor. You can simply 'type' those tags and disable markdown with: process: markdown: false In the page header, or site-wide in system.yaml

  • How to turn off Grav markdown? · 9 years ago

    Hey, How could I turn off Grav markdown? When I make page on my blog I would like to use HTML5 markdown. What I mean is when I press "bold" button on Grav toolbar it should add "<strong>" tags b