Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Minimum and maximum number of list items (blueprint)
· 10 years ago
thanks @flaviocopes, open here https://github.com/getgrav/grav-plugin-admin/issues/720
-
Minimum and maximum number of list items (blueprint)
· 10 years ago
No that is not possible right now. You can open an issue to request such feature to be included in a future release.
-
Minimum and maximum number of list items (blueprint)
· 10 years ago
thanks, i did that already
-
Minimum and maximum number of list items (blueprint)
· 10 years ago
I don't think theres an option for this but you could limit the output in your twig file.
-
Minimum and maximum number of list items (blueprint)
· 10 years ago
hi,have the same issue, did you resolve it ?
-
Minimum and maximum number of list items (blueprint)
· 10 years ago
I've using a blueprint to create a list of images to make a slideshow. I want to have a minimum of 3 items, and a max of X. ---yaml fields: .image: label: Select Image type: pagemediaselect I've tri
-
Link in menu shouldn't be clickable
· 9 years ago
Awesome, thank you so much ! :) It works like a charm.
-
Link in menu shouldn't be clickable
· 9 years ago
If a page has no markdown file, it's not routable by default - see docs - and in the code that builds the menu, check if page.routable and if not, do not add the link.
-
Link in menu shouldn't be clickable
· 9 years ago
Hello, I am working on a custom theme, and I'm wondering how having an item in the menu not clickable. The idea is to have this item be a title for its submenu. My folders look like that : 01.index 0
-
Twig Help
· 9 years ago
Hi Daniel, order is not a Twig filter but a method of the class. What page.find('/blog').children.order('date', 'desc').slice(0, 5) does is: call the Grav Page object's find method to return a page c