nova-command-runner icon indicating copy to clipboard operation
nova-command-runner copied to clipboard

Optional variables

Open fuzaylov opened this issue 2 years ago • 1 comments

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
    ],

fuzaylov avatar Sep 27 '23 17:09 fuzaylov

@Fuzaylov, hi. Unfortunately, I don't have time now. But I'm ready to accept PR

stepanenko3 avatar Sep 27 '23 19:09 stepanenko3