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

Added default int value support to standards number type #2281

Merged

Conversation

OfficialEsco
Copy link
Contributor

This is a quick little PR which adds a default int variable that can be used for setting the default number of a setting.
This can and should be used in a few places already

"addedComponent": [
      {
        "type": "number",
        "label": "Phishing email threshold. (Default 1)",
        "name": "standards.AntiPhishPolicy.PhishThresholdLevel",
        "default": 1
      },

@KelvinTegelaar KelvinTegelaar merged commit 74c6f27 into KelvinTegelaar:dev Mar 29, 2024
3 checks passed
@OfficialEsco OfficialEsco deleted the NumberDefaultValue branch March 29, 2024 19:18
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

Successfully merging this pull request may close these issues.

None yet

2 participants