Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3141 posts · 13 topics · 1013 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Page prevsibling nextsibling inverted · 5 years ago

    @Karmalakas, Here is a suggestion: Blog template is printing the following: {% for p in page.collection %} <div> <div>{{ p.prevSibling.title }}</div> <div>{{ p.title

  • Page prevsibling nextsibling inverted · 5 years ago

    @Karmalakas, @Francois, Found an old issue from 2015: Collection nextSibling() and prevSibling() are Switched (Reversed). rhukster commented: Ok taken me a while to decipher this. I think the problem

  • Is it possible to cropResize the image in a text module? · 5 years ago

    @Karmalakas Out of the box... If the docs mentions classes: ![Some ALT text](sample-image.jpg?classes=myclass "My title") why not try style? You could also use attribute: ![Cropped, right aligned](jee

  • Is it possible to cropResize the image in a text module? · 5 years ago

    @Vince42, Assuming you don't mean to change the behaviour of Quark's text.html.twig (which requires tweaking the template), you could add the following to Markdown: ![Cropped, right aligned](jeep.jpg?

  • Upload JavaScript media · 5 years ago

    @ramazan, A bit of digging got me to the same Github issue as mentioned by @spamhater, but thought it would be good to lift it out for clarity. In short: Admin checks for file extensions and refuses t

  • How to get meta og:image in theme base html · 5 years ago

    @Iusew, But what was the solution? Can't be the Twig code, because my snippet is the same snippet as the one from @Karmalakas. Did you find any issue with the frontmatter? Please don't mark a post as

  • Upload JavaScript media · 5 years ago

    @ramazan, Just curious... Why would one allow visitors to download js files from documentation pages? I've never seen that before. It is more common to show code snippets in the documentation and allo

  • How to get meta og:image in theme base html · 5 years ago

    @Iusew The following works just fine... typography.md --- title: Typography metadata: 'og:title': The Rock 'og:type': video.movie 'og:url': http://www.imdb.com/title/tt0117500/ 'og:image': htt

  • How do i access different media types? · 5 years ago

    @dean_007, Don't know the file format gltf, but when Googling a bit, I found: mime: model/gltf+json Maybe that works?

  • How to create a link in a collection of icon (mache theme) · 5 years ago

    According the YAML specs: On the use of the colon in values: Normally, YAML insists the “ : ” mapping value indicator be separated from the value by white space. A benefit of this restriction is that