Karmabunny / sprout3

SproutCMS: content management and framework
http://getsproutcms.com
GNU General Public License v2.0
24 stars 3 forks source link

Conditions list component #7

Closed TheJosh closed 7 years ago

TheJosh commented 7 years ago

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.