diff --git a/docs/reference-guides/theme-json-reference/theme-json-living.md b/docs/reference-guides/theme-json-reference/theme-json-living.md index 4eb6067209f03b..0096a41be04baf 100644 --- a/docs/reference-guides/theme-json-reference/theme-json-living.md +++ b/docs/reference-guides/theme-json-reference/theme-json-living.md @@ -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 diff --git a/schemas/json/theme.json b/schemas/json/theme.json index fb8a1f28b5a569..2ad0e88e692486 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -1113,7 +1113,6 @@ } ] }, - "stylesElementsPropertiesComplete": { "type": "object", "properties": { @@ -1475,6 +1474,9 @@ { "properties": { "appearanceTools": {}, + "useRootPaddingAwareAlignments": { + "$ref": "#/definitions/settingsPropertiesUseRootPaddingAwareAlignments/properties/useRootPaddingAwareAlignments" + }, "color": {}, "layout": {}, "spacing": {},