Skip to content
Discussion options

You must be logged in to vote

The value the condition uses is the javascript value, which is an array of term ids.

A term id is the taxonomy handle and the term slug combined with ::.

e.g. ['lesson_type::video']

So you should do this:

if:
-  lesson_type: 'equals Video'
+  lesson_type: 'contains lesson_type::video'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bomshteyn
Comment options

Answer selected by bomshteyn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants