Skip to content

Commit

Permalink
Theme.json: Fix schema for useRootPaddingAwareAlignments (#43628)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Aug 27, 2022
1 parent 98134ab commit 3b6a399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
> There're related documents you may be interested in: the [theme.json v1](/docs/reference-guides/theme-json-reference/theme-json-v1.md) specification and the [reference to migrate from theme.json v1 to v2](/docs/reference-guides/theme-json-reference/theme-json-migrations.md).
This reference guide lists the settings and style properties defined in the theme.json schema. See the [theme.json how to guide](/docs/how-to-guides/themes/theme-json.md) for examples and guide on how to use the theme.json file in your theme.
This reference guide lists the settings and style properties defined in the theme.json schema. See the [theme.json how to guide](/docs/how-to-guides/themes/theme-json.md) for examples and guide on how to use the theme.json file in your theme.

## Schema

Expand Down
4 changes: 3 additions & 1 deletion schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,6 @@
}
]
},

"stylesElementsPropertiesComplete": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1478,6 +1477,9 @@
{
"properties": {
"appearanceTools": {},
"useRootPaddingAwareAlignments": {
"$ref": "#/definitions/settingsPropertiesUseRootPaddingAwareAlignments/properties/useRootPaddingAwareAlignments"
},
"color": {},
"layout": {},
"spacing": {},
Expand Down

0 comments on commit 3b6a399

Please sign in to comment.