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

  • Grav Page Inject Plugin and Custom Page Template · 10 years ago

    Thanks. Done. https://github.com/getgrav/grav-plugin-page-inject/issues/7

  • Grav Page Inject Plugin and Custom Page Template · 10 years ago

    hmm.. i'll have to look into this.. can you please create an issue in the page-inject project.

  • Grav Page Inject Plugin and Custom Page Template · 10 years ago

    Yes, i did validate that. This is happening for anything that I pull from the header. I was able to test this using a custom header variable: variable1: inject me Content: Screen Shot 2016-10-10 at 2

  • Grav Page Inject Plugin and Custom Page Template · 10 years ago

    Are you sure you not outputting the title in the content? or the page that has the page inject is not already including the same title?

  • Grav Page Inject Plugin and Custom Page Template · 10 years ago

    I am injecting a page using the page inject plugin. plugin:page-inject My challenge is that title is being displayed twice. See the output My control template: {% block controls %} <div class

  • Plugin Saving in Admin · 10 years ago

    Oh! Alright. Thank you. I'll use user/config/ as a workaround for the time being, then.

  • Plugin Saving in Admin · 10 years ago

    Configuration for files in user/config/ is handled internally in Admin. Same goes for plugin/theme configurations. However, if you want to handle saves for other files, then you need to build that l

  • Plugin Saving in Admin · 10 years ago

    Hello. I'm currently creating a plugin which calls for a new admin menu item, like the data-manager does. However, I can't seem to wrap my head around how the admin plugin saves things like configurat

  • Time limit cache · 10 years ago

    thank you!

  • Time limit cache · 10 years ago

    if your page needs to be dynamic, why dont' you simply turn off the page cache for that one page with a cache_enable: false in the page header? The site will still run fast, but that one page's conten