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

  • Exclude page.media.images|first · 9 years ago

    Is it possible to read all images execpt the first one? We need this at the blog page. First Image should be the header image and all other images should be a gallery. Maybe there is a ready to use so

  • Insert <script type="application/ld+json"> to head from single page content · 9 years ago

    addInlineJs only accepts a javascript string, not a &lt;script&gt; tag containing it. You can add {{page.header.header_script}} to the theme's base.html.twig template, before the &lt;/head&gt;, and ad

  • Insert <script type="application/ld+json"> to head from single page content · 9 years ago

    Hi Grav community, I cannot find any solution for how to add &lt;script type="application/ld+json"&gt;....&lt;/script&gt; to head from page content. I'm try with TWIG assets.addInlineJs, but I get err

  • Spell Check? · 9 years ago

    I meant: "two lines of JS", sorry 2nd one being: $('textarea[name=data\[content\]]').attr('spellcheck', 'true')

  • Spell Check? · 9 years ago

    My workaround is this: pop "$('textarea[name=data\[content\]]').show()" in the console. That shows the textarea underlying the editor. It's set to have spell check false which doesn't bother me as I'm

  • Spell Check? · 10 years ago

    That's not currently possible due to the nature of the CodeMirror editor we use. We are looking at some alternatives that would allow this, but that's not something that can be done quickly. Anyway,

  • Spell Check? · 10 years ago

    Anyone have a method for spell checking in the Grav editor?

  • How to create a menu for a listings page? · 9 years ago

    Agency is a theme built around a modular page. It provides a default page type, but it has no navigation: https://github.com/getgrav/grav-theme-agency/blob/develop/templates/default.html.twig#L2 Not s

  • How to create a menu for a listings page? · 10 years ago

    Hi, I'm using the Agency theme: https://github.com/getgrav/grav-skeleton-agency-site My main landing page looks really great with this Modular theme, however I wish to extend my site to have standalon

  • The connection to the GPM cannot be established · 9 years ago

    Replied in the issue.