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

  • Custom order modular pages in admin · 11 years ago

    Currently you can set the parent Modular page Order by to Title and set titles accordingly (same goes for Folder, if you prefer). We have a better support for modular pages in Admin in the queue, whe

  • Custom order modular pages in admin · 11 years ago

    Hi, I'm trying to figure out how to make a custom order on my modular pages in admin (not expert mode). They are not visible in the "drag and drop" order list and I can't find any way on doing this in

  • Markdown edits breaks page when using special editors like Textwrangler (indent) · 10 years ago

    The YAML in frontmatter is quite space sensitive. Indents rely on usually either 2 or 4 spaces, and can't be tabs.

  • Markdown edits breaks page when using special editors like Textwrangler (indent) · 10 years ago

    When I use my editor of choice (Textwrangler on mac, haven't tried it on Notepad++ yet) my markdown quite often gets corrupted. mostly because the amount of spaces gets screwed up. Why is the amount o

  • Master gallery! · 10 years ago

    Is there a way, adding a master gallery? Like it will be sorted in albums?

  • Target Window in the Menu Item · 10 years ago

    Hello, i wanted to know if there is anyway to have a menu item open a new target window when clicked on? thank you

  • Multiple Forms on one page · 10 years ago

    As replied in Gitter, not possible at the moment with the Form plugin as-is

  • Multiple Forms on one page · 10 years ago

    Is it possible to add multiple forms? Or would I have to convert the page to a modular page? Every form is supposed to have the two forms, so it seems like it would be a bit overkill converting all my

  • Include svg in templates · 10 years ago

    Either do it as the source of an <img> or just paste/import the SVG itself. Browser will render it to the constrains of the parent element.

  • Include svg in templates · 10 years ago

    I'm trying to figure out how to include a svg file in my header template file. Any ideas?