Skip to content

Commit

Permalink
Add string type to keywords in box schema (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamasamaK authored Apr 30, 2022
1 parent 8c0464d commit 4e391f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cfml/system/config/box.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@
"keywords": {
"title": "Keywords",
"description": "ForgeBox keywords",
"type": "array",
"type": [
"array",
"string"
],
"items": {
"title": "Keyword",
"description": "ForgeBox keyword",
Expand Down

0 comments on commit 4e391f7

Please sign in to comment.