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

Conditional field not working

Started by Romarain 7 years ago · 1 replies · 532 views
7 years ago

Hi,

I would like to condition the display of a field (a list of modular templates) only if the page edited in the admin is a modular page. So I use :

YAML
        template_condition:
          type: conditional
          condition: "page.modular ? 'true' : 'false'"
          fields:

but it doesn't work.
At the opposite :

TXT
          condition: "page.modular != true"

works, and that's not normal, given that the page is a modular one...

Tests on the page's title also fail :

condition: "page.title == 'Recrutement'"
condition: "page.title == 'Recrutement' ? true : false"
condition: "page.title == 'Recrutement' ? 'true' : 'false'"

last edited 10/27/19 by Romarain
7 years ago

As

TXT
condition: "page.header.visible is same as(null) ? 'true' : 'false'"

seems to show the field, I deduce that the variables aren't set. There's a problem with the access to page's header in my blueprints.

Suggested topics

Topic Participants Replies Views Activity
Support · by BenLaKnet, 5 days ago
1 123 2 days ago
Support · by BenLaKnet, 1 week ago
5 195 2 days ago
Support · by kskt, 3 days ago
0 45 3 days ago
Support · by David Meissner, 3 days ago
0 44 3 days ago
Support · by David Meissner, 4 days ago
3 92 3 days ago