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

  • Form plugin disable Dropzone · 10 years ago

    You really can't configure it to that degree without overriding the default field and modifying it with your own changes.

  • Form plugin disable Dropzone · 10 years ago

    Another one related to Dropzone - how can I modify the options for Dropzone? I found the main.js in the form/app folder but changes seem not to apply. Is there a way to override the options in my own

  • Form plugin disable Dropzone · 10 years ago

    Thanks - yes I already did that but I was wondering if not the Dropzone functionality is somehow tied to the form processing / validation and I don't want to loose any core functionality of the form p

  • Form plugin disable Dropzone · 10 years ago

    You can override any form field code (any Twig actually) by copying its Twig from the Form plugin to your theme, in the templates/forms folder.

  • Form plugin disable Dropzone · 10 years ago

    I am using the Form Plugin which works quite well except the Dropzone feature which seems not work in my form. It does not do anything nor provides a button or clickable area. (see image attached) Dro

  • How to display taxonomies-category in blog menu? · 10 years ago

    That will work.

  • How to display taxonomies-category in blog menu? · 10 years ago

    Hi Perlkönig, I'm starting at the grav and did not know how to start, but I found a post[1] that indicates to install the "taxonomylist" plugin and add the following snippet at the end of the code tha

  • How to display taxonomies-category in blog menu? · 10 years ago

    The navigation is built by twig like any other template. You can use taxonomy.findTaxonomy() (see the docs) when building your menu just as you could anywhere else.

  • How to display taxonomies-category in blog menu? · 10 years ago

    Hi! I would like to display categories in my blog's menu to list all posts of category , but i don't found something with indications of how to do. Por exemplo: Home Lifestyle (taxonomy category 1) S

  • Config blueprint · 10 years ago

    It's ok I worked it out, needs to go under my env folder