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

  • `afterAdminSave` · 10 years ago

    Actually we have plans to add this as well as some other admin events to make creating 3rd party plugins easier. Wouldn't hurt to create an issue though.

  • `afterAdminSave` · 10 years ago

    Seems like a simple thing to add. Create an issue so Flavio will see it quicker.

  • `afterAdminSave` · 10 years ago

    I'm trying to create a content management plugin which would create a git commit after a grav admin save. Unfortunately, onAdminSave is fired before the actual save, which is not what I want. I was t

  • Line break in tables · 10 years ago

    The following worked for me: | Col1 | Col2 | | ---- | ---- | | a<br>b | a b |

  • Line break in tables · 10 years ago

    Sorry if I seem thick, but - I was trying to insert a line break in a table. I have tried inserting a line break inserting two spaces where I wanted the break inserting <br> and <br /> T

  • Page Collections · 10 years ago

    Please post between the triple back ticks.. check the question mark on the top right of the input box for more help.

  • Page Collections · 10 years ago

    title: test-feed published: true process: markdown: true twig: true child_type: default routable: true cache_enable: true visible: true content: items: '@page.descendants: /my-gravtastic-blog' order:

  • Page Collections · 10 years ago

    Post the page headers you tried, and we can look at what's the problem.

  • Page Collections · 10 years ago

    I tried and test some header format for page collections, i miserably failed. Do I need to edit twig templates?

  • Page Inject:[plugin:page(content)-inject] · 10 years ago

    I made the page inject function as it should be. many thanks