Skip to content

Optional variables #12

@fuzaylov

Description

@fuzaylov

Please add support for optional variables. For example:

'variables' => [
    [
        'label' =>  'quantity',
        'field' => 'number',
        'required' => false, // indicates whether this is a required field OR
        'optional' => true, // indicates whether this is an optional field
    ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions