Thanks to visit codestin.com
Credit goes to storefront.developers.shoper.pl

Skip to content

notInArray

Validator checks if given value is not in your passed list of values.

Parameters

options

array List of values.

Example

source
{
    "type" : "notInArray",
    "options": {
        "options" : ["Option 1", "Option 2", "Option 3"]
    }
}