Skip to content

Commit

Permalink
Update schemas/json/block.json
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Lende <alex@lende.xyz>
  • Loading branch information
aristath and Alex Lende committed May 18, 2022
1 parent e036e6b commit dd5ca4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,10 @@
},
"styledClasses": {
"description": "An array of class names that have individual stylesheets. If defined, overrides the 'style' property on the frontend, loading styles only when the class is present.",
"type": "array"
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [ "name", "title" ],
Expand Down

0 comments on commit dd5ca4e

Please sign in to comment.