Add a classes
property to the JSON block definitions to add CSS classes
#8271
Labels
good first issue
help wanted
External contributions actively solicited
issue: feature request
Describes a new feature and why it should be added
Milestone
Dependent on #8270
To Fix
In the BlockSvg class, Override the
jsonInit
method to take the value of thejson['classes']
property, concatenate it if it is an array, and pass it to thethis.addClass
method.The PR to fix this should be made against the
rc/v12.0.0
branch.To work on this issue, please comment below asking to be assigned.
The text was updated successfully, but these errors were encountered: