Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Conditional field not working

Started by Romarain 7 years ago · 1 replies · 645 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 complanar, 6 days ago
6 139 15 hours ago
Support · by Rick Beebe, 6 days ago
2 100 2 days ago
Support · by blu3prince, 3 days ago
0 51 3 days ago
Support · by alex, 4 days ago
2 92 3 days ago
Support · by Marcel, 2 weeks ago
1 143 4 days ago