Skip to content

Commit

Permalink
Add Avatar to theme schema (#40189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Apr 8, 2022
1 parent 9c7b206 commit 740445e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@
"core/audio": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/avatar": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/block": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
Expand Down Expand Up @@ -429,9 +432,6 @@
"core/comment-author-name": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/comment-author-avatar": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/comment-content": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
Expand Down Expand Up @@ -864,6 +864,9 @@
"core/audio": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/avatar": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/block": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
Expand Down Expand Up @@ -891,9 +894,6 @@
"core/comment-author-name": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/comment-author-avatar": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/comment-content": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
Expand Down

0 comments on commit 740445e

Please sign in to comment.