Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Peter Newcomer
@PSG · Joined 8 years ago · 5 posts · 2 topics · 2 reputation
Badges
Recent posts
-
Where do i find the API meathods for Grav
· 8 years ago
You can find it in the documentation --> https://learn.getgrav.org/api#class-gravcommontaxonomy
-
Can the “iconpicker” field be configured to support other/additional icon fonts?
· 8 years ago
I want to select from my own icon font instead of the font awesome collection. Is it possible?
-
Is it possible to change the "Order Pages"?
· 8 years ago
@djdakta, unfortunately not. The page explains the page collections , sorting etc , but not the admin field type 'order' and how to change it or if it is even possible to change it anyway.
-
Is it possible to change the "Order Pages"?
· 8 years ago
@djdakta, actually I have this in the Frontmatter. The content of my page collection is '@self.children'. Therefore it would be nice to order them also from the same page and not at their own pages. I
-
Is it possible to change the "Order Pages"?
· 8 years ago
The field type “order” --> “Sortable Pages” under the “Advanced” tab, section “Ordering” shows all ‘@self.siblings’. Can it be configured to show all ‘@self.children’? Thanks.