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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Stefan Jäger Newcomer

@stepbyweb · Joined 5 years ago · 9 posts · 2 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • R.I.P. Grav CMS (it's Alive!) · 2 years ago

    @rhuk I can only support that. Over the past few years, Grav has become my preferred solution for building websites because it is both maintainable and highly customizable. As an experienced web and

  • Flex-objects List view item template · 3 years ago

    @Alexander I suppose there is no possibility to define own templates for normal list view items rihgt now. There is just a template property for the title field. However, I have a similar need for thi

  • Static access of page header in conditional field · 5 years ago

    @pamtbaau Yes, thanks. 🙂 Do you probably have an answer to the main question: Is it possible to access the page header in the page blueprint?

  • Static access of page header in conditional field · 5 years ago

    I see your point. The Conditional field is listed under "Frontend Forms" in the docs. I'm actually using it in a page blueprint in the admin since it also seems to work fine.

  • Static access of page header in conditional field · 5 years ago

    You gave me a hint. The page object is indeed the (Flex Objects) admin page not the frontend page. A small step forwards.

  • Static access of page header in conditional field · 5 years ago

    I ensured the field in the header field has a boolean value and the Conditional field itself works correct with a boolean value. In this case the condition does not seem to get a value. The main quest

  • Static access of page header in conditional field · 5 years ago

    I wonder if it is possible to get (static) access to the page header in a contitional field's condition. I have a multi-purpose component called "Card" and want to define in the page options if the ca

  • Image upload with preprocessing · 5 years ago

    Right now my solution is a pure JavaScript one. I also decided to do pre-upload manipulation. You can get the Dropzone object from Grav's file field or the pagemedia field (which I switched to) and in

  • Image upload with preprocessing · 5 years ago

    Hey guys, I am trying to create a new form field based on the file upload field. My goal is to do some image preprocessing on the temporary image file before uploading it to the destination folder. Do