Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
fosil Member
@fosil · Joined 8 years ago · 13 posts · 4 topics · 0 reputation
Badges
Recent posts
-
How render page to string (other than currently displayed)
· 7 years ago
Hello, I need to render the complete page (eg http://mydomain/page-need-render.ics) into a string when the page being viewed is different (eg http://mydomain/page-actual-display). Ideally somehow less
-
How to get a collection of pages that are descendants of page "/products" AND have a taxonomy: taxonomy.tag = top in twig?
· 8 years ago
I have page with route /products it contains a tree of child pages these pages have the taxonomy "TAG" with values: 'top', 'new', 'discount', ... In page /products, I need to get a collection of pages
-
How to get a collection of pages that are descendants of page "/products" AND have a taxonomy: taxonomy.tag = top in twig?
· 8 years ago
Is it sort of a twig template? Similar to: page.collection({items: {'@taxonomy.top': '1', '@page.children': '/parent-page'}}) - but this does not work the way I need it