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

Page collections: Modular children of another page

Started by Muut Archive 10 years ago · 2 replies · 444 views
10 years ago

Hi all, new to Grav and loving it so far. According to the documentation you can access modular children of the current page as a collection with '@self.modular'. Is there a way to access modular children of another page in a similar way? eg. '@page.modular': '/fruit'? I'm aware of grav-plugin-page-inject, but it seems like we should be able to do it via page collections too? Cheers!

10 years ago

There's no built-in way now AFAIK, you can do '@page': '/fruit'and then {% set collection = page.collection().modular() %}in the Twig.

10 years ago

Ah excellent, that'll do the trick. Thanks a lot.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1369 9 years ago
Archive · by Muut Archive, 9 years ago
2 942 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago