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

[FEATURE] Allow to set validator only for backend in EXT:forms #747

Merged
merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. [FEATURE] Allow to set validator only for backend in EXT:forms

    When backendOnly=1 flag instructs default decorator to hide validator for frontend output
    
    Example usage:
    ```
    validators:
      - identifier: NotEmpty
        errorMessage: 1221560910
        backendOnly: 1
    ```
    twoldanski authored and lukaszuznanski committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a1721c3 View commit details
    Browse the repository at this point in the history