Skip to content

Commit

Permalink
Theme.json: Add support for heading / caption elements in theme.json …
Browse files Browse the repository at this point in the history
…schema (#42433)
  • Loading branch information
t-hamano authored Jul 20, 2022
1 parent de213ef commit 1d79d2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,9 @@
}
]
},
"heading": {
"$ref": "#/definitions/stylesPropertiesComplete"
},
"h1": {
"$ref": "#/definitions/stylesPropertiesComplete"
},
Expand All @@ -1147,6 +1150,9 @@
},
"h6": {
"$ref": "#/definitions/stylesPropertiesComplete"
},
"caption": {
"$ref": "#/definitions/stylesPropertiesComplete"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 1d79d2c

Please sign in to comment.