Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional variables #12

Open
fuzaylov opened this issue Sep 27, 2023 · 1 comment
Open

Optional variables #12

fuzaylov opened this issue Sep 27, 2023 · 1 comment

Comments

@fuzaylov
Copy link

fuzaylov commented Sep 27, 2023

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
    ],
@stepanenko3
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants