Skip to content

Commit

Permalink
disallowedAttributes: configure errorIdentifier and errorTip as optional
Browse files Browse the repository at this point in the history
Missed those in spaze#222
  • Loading branch information
francescolaffi authored and spaze committed Dec 12, 2023
1 parent 240a2b5 commit e4c2297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ parametersSchema:
?disallowParamFlags: arrayOf(anyOf(int(), structure([position: int(), ?value: int(), ?name: string()])), anyOf(int(), string())),
?allowExceptCaseInsensitiveParams: arrayOf(anyOf(int(), string(), bool(), structure([position: int(), ?value: anyOf(int(), string(), bool()), ?name: string()])), anyOf(int(), string())),
?disallowCaseInsensitiveParams: arrayOf(anyOf(int(), string(), bool(), structure([position: int(), ?value: anyOf(int(), string(), bool()), ?name: string()])), anyOf(int(), string())),
errorIdentifier: string(),
errorTip: string(),
?errorIdentifier: string(),
?errorTip: string(),
])
)

Expand Down

0 comments on commit e4c2297

Please sign in to comment.