Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
BKaernel Newcomer
@BKaernel · Joined 4 years ago · 6 posts · 2 topics · 1 reputation
Badges
Recent posts
-
Use a function php/twig [with PLUGIN] in a page-collection
· 3 years ago
Thank you for your answer ! It's very clear - I will try... I was looking at the hook onCollectionProcessed (that you already told me about) but your solution seems more easy for me. My intention wit
-
Use a function php/twig [with PLUGIN] in a page-collection
· 3 years ago
Hello. After a lot of research, I ask for your help. I have a collection() in a template page (category.html.twig). No problem. With a for each loop, i can get all pages with differents templates ('ar
-
Filter in pages/.MD with toggle options
· 4 years ago
Ok. It's not possible to customize Complex Collections. Tanks for your function, I will try it !
-
Filter in pages/.MD with toggle options
· 4 years ago
I've already seen Complex collections but it's not very explicit... In twig it's easy, but i want to know if it's possible in pages/modular.md ? This is the boolean field (header.en_avant) in a modula
-
Filter in pages/.MD with toggle options
· 4 years ago
Hello. i'm not sure it's possible... I can filter content in pages/my_modular.md with: content: items: - '@taxonomy': category: [Actualité, En avant] But is it possible to do t
-
System jQuery at bottom conflicts with Debug Panel
· 4 years ago
use pipeline option can be necessary for some themes (like QUARK) {% do assets.addJs('jquery', {'priority': 101, 'pipeline':false, group:'bottom'}) %}