Skip to content

Commit 6133a21

Browse files
authored
Theme.json: Fix schema for button elements (#42431)
1 parent 1d79d2c commit 6133a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/json/theme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
"type": "object",
11031103
"properties": {
11041104
"button": {
1105-
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
1105+
"$ref": "#/definitions/stylesPropertiesComplete"
11061106
},
11071107
"link": {
11081108
"type": "object",

0 commit comments

Comments
 (0)