Add one field for each new filter type (number, integer, boolean, string)
[MAILPOET-4624] [MAILPOET-5001] [MAILPOET-5187]
This commit is contained in:
@@ -7,9 +7,11 @@ use MailPoet\Automation\Engine\Integration\Payload;
|
||||
class Field {
|
||||
public const TYPE_BOOLEAN = 'boolean';
|
||||
public const TYPE_INTEGER = 'integer';
|
||||
public const TYPE_NUMBER = 'number';
|
||||
public const TYPE_STRING = 'string';
|
||||
public const TYPE_ENUM = 'enum';
|
||||
public const TYPE_ENUM_ARRAY = 'enum_array';
|
||||
public const TYPE_DATETIME = 'datetime';
|
||||
|
||||
/** @var string */
|
||||
private $key;
|
||||
|
Reference in New Issue
Block a user