billythekid / conditional-fields

Craft plugin to only use fields if certain conditions (other field values) match
MIT License
12 stars 1 forks source link

Add "contains" and "doesn't contain" to available match options #1

Closed billythekid closed 4 years ago

billythekid commented 4 years ago

If we have a related field, such as an entries field, the values are saved as an array of IDs.

We could match if the field contains a particular entry ID and so on. For textual fields this would jsut be a wildcard match.