Skip to content

Commit

Permalink
Merge pull request #17 from alexander-nitsche/bugfix/maximum-file-siz…
Browse files Browse the repository at this point in the history
…e-supports-string-value

BUGFIX: Image editor option `maximumFileSize` allows string value
  • Loading branch information
Sebobo committed Jan 10, 2024
2 parents b191362 + 998d7eb commit d6ff9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NodeTypes.Schema.json
Expand Up @@ -391,6 +391,7 @@
"maximumFileSize": {
"type": [
"integer",
"string",
"null"
],
"default": null
Expand Down

0 comments on commit d6ff9ef

Please sign in to comment.