CMS Development

pixelauthor
Participant

Regex Documentation?

I'm a complete Regex beginner, and I'm trying to figure out a way, when building out modules in the new beta Design Manager, to hide fields based on a boolean checkbox being checked. I can activate display conditions easily enough, but I have no idea what the value of the boolean is (as a regular expression) in order to check its value. Please help!

0 Upvotes
1 Reply 1
RIkuT
Participant | Elite Partner
Participant | Elite Partner

Regex Documentation?

When boolean is checked value is true and when unchecked value is false.  So in example your Rich text field display condition could be show_module (boolean) -> is equal to -> true.

0 Upvotes