diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 5b9e37ef7378a6..839bd3d5849251 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -1678,11 +1678,25 @@ }, "textAlign": { "description": "Sets the `text-align` CSS property.", - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "$ref": "#/definitions/refComplete" + } + ] }, "textColumns": { "description": "Sets the `column-count` CSS property.", - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "$ref": "#/definitions/refComplete" + } + ] }, "textDecoration": { "description": "Sets the `text-decoration` CSS property.",