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.

Christiana Member

@christiana83 · Joined 5 years ago · 78 posts · 19 topics · 17 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Set default attributes to markdown images to avoid cls · 5 years ago

    Hi! To avoid negative Cumulative Layout Shift (CLS) ranking I need to set default width and height attributes to all images that an author writes in markdown content field. Is there a possibilty to

  • How to filter to specific folder collection and a custom header field · 5 years ago

    Hi @nicolasG , I also try to reduce my pages by filtering with onCollectionProcessed(Event $event) function. Doesn't the hook work in admin pages? I give the reduced result back to $event['collectio

  • Blueprint type: list new data on top of array · 5 years ago

    Yes, adding control: top only adds the add button to the top of the form but the element is still at the end of the list. I want this just for one data type in admin panel. not for pages or other type

  • Blueprint type: list new data on top of array · 5 years ago

    thank you for your answer. that only works with fields. I want to set whole new added data items on top of the list because we have performance problems when data lists are too long.

  • Blueprint type: list new data on top of array · 5 years ago

    Hi! Is it possible to add a new data item on top of the array than at the end when adding it via blueprint "type: list"? I didn't found a param in reference list: https://learn.getgrav.org/16/forms/bl

  • Filtered pages list · 5 years ago

    @pamtbaau yes, it was me :-)

  • Filtered pages list · 5 years ago

    Hi @parkersweb! Did you find a solution for this issue? I need to filter pages by e.g. author or other and need a hint where or how to extend the search with an hook. I would be very happy to hear fro

  • Custom page filter in admin panel · 5 years ago

    Hi! Is there a simple possibility to add custom filter options to page list filter in admin panel, eg. filter by author or any custom entry of md file? I would be very happy about an adivce or a littl