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

Plugin's options validation #2205

Closed
DmitryAstafyev opened this issue Feb 13, 2025 · 1 comment
Closed

Plugin's options validation #2205

DmitryAstafyev opened this issue Feb 13, 2025 · 1 comment
Assignees
Labels
new newly created issue

Comments

@DmitryAstafyev
Copy link
Collaborator

Requirements

  • plugin API should have a method, which gets options and validate it and returns errors (bound to field's ids)
  • init method of plugin also should return special type of error if error related to configuration with binding to "bad" field's ids and related error messages)
  • would be good to have possibility to validate not full options object, but selected fields
  • life options validation with each change on UI side (has to be confirmed from performance point of view)
@DmitryAstafyev DmitryAstafyev added this to the Plugins Support Step 2 milestone Feb 13, 2025
@github-actions github-actions bot added the new newly created issue label Feb 13, 2025
@AmmarAbouZor
Copy link
Member

I think we covered the points of this issue with more details in #2212 and #2213

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

No branches or pull requests

3 participants