-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
],Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels