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

  • Select box in a form · 10 years ago

    I added a placeholder option to the select field. Will be in the next Form plugin release: https://github.com/getgrav/grav-plugin-form/commit/5ed117d6c8e2f389ce624f77c5e95eabd69d8b3a

  • Select box in a form · 10 years ago

    Hello, how can i add a placeholder in a selectbox? Required is true and i need a placeholder descirption for it. like: option1: Which pet do you want most? option2: cat option3: dog

  • Using HTML Templates with grav['Email'] · 10 years ago

    base.html.twig is generally a partial. It's under the partials folder, so use partials/base.html.twig

  • Using HTML Templates with grav['Email'] · 10 years ago

    My bad. In processTemplate method I use '/templates/base.html.twig', './templates/base.html.twig' and even just 'base.html.twig' but still the same Template not defined Error.

  • Using HTML Templates with grav['Email'] · 10 years ago

    Hey guys. I'm trying to use a template for sending an email. I realize there is no documentation for this so I'm following what they do in the admin plugin. My plugin estructura is this: --- md getfor

  • Markdown Notices Plugin stopped working · 10 years ago

    BTW, just tested on a fresh installation of Grav 1.0.9 (latest) and Admin Panel (1.0.8) and it works fine also. You might need to ensure you have the Use Built-in CSS option enabled.

  • Markdown Notices Plugin stopped working · 10 years ago

    They are working for me. Have you checked to make sure all your plugins are up to date? How about clearing cache, does that help? If not, please create an issue here: https://github.com/getgrav/gra

  • Markdown Notices Plugin stopped working · 10 years ago

    I just upgraded to 1.0.8 and updated all the plugins. Now Markdown Notices Plugin doesn't work anymore.

  • Forms: adjust checkboxes output · 10 years ago

    You had put the {% block field %} inside itself. I just put the field.name check on top.

  • Forms: adjust checkboxes output · 10 years ago

    Perfect! Thanks. Now to wrap my head around the twig code you wrote. ;)