It's a Fb field which implements a UI for managing conditions.
Examples of usage include:
such as content block display rules
advertisement display rules
mailchimp segment rules
The component returns a JSON array when the form is submitted; this can be stored as-is in a TEXT or BLOB field.
The available field types are provided via an array, and the operators and values (for each field type) are provided via an AJAX call; implementing code will need to provide this method.
It's a
Fb
field which implements a UI for managing conditions.Examples of usage include:
The component returns a JSON array when the form is submitted; this can be stored as-is in a TEXT or BLOB field.
The available field types are provided via an array, and the operators and values (for each field type) are provided via an AJAX call; implementing code will need to provide this method.