Skip to content

Commit

Permalink
Sort keys alphabetically so it is easier to compare
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal authored and noisysocks committed Nov 29, 2021
1 parent bd31bb4 commit 9140346
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/wp-includes/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"width": false
},
"color": {
"background": true,
"custom": true,
"customDuotone": true,
"customGradient": true,
"link": false,
"background": true,
"text": true,
"defaultGradients": true,
"defaultPalette": true,
"duotone": [
{
"name": "Dark grayscale" ,
Expand Down Expand Up @@ -118,6 +118,7 @@
"slug": "midnight"
}
],
"link": false,
"palette": [
{
"name": "Black",
Expand Down Expand Up @@ -179,7 +180,8 @@
"slug": "vivid-purple",
"color": "#9b51e0"
}
]
],
"text": true
},
"spacing": {
"blockGap": null,
Expand All @@ -190,12 +192,6 @@
"typography": {
"customFontSize": true,
"dropCap": true,
"fontStyle": true,
"fontWeight": true,
"letterSpacing": true,
"lineHeight": false,
"textDecoration": true,
"textTransform": true,
"fontSizes": [
{
"name": "Small",
Expand All @@ -222,7 +218,13 @@
"slug": "huge",
"size": "42px"
}
]
],
"fontStyle": true,
"fontWeight": true,
"letterSpacing": true,
"lineHeight": false,
"textDecoration": true,
"textTransform": true
},
"blocks": {
"core/button": {
Expand Down

0 comments on commit 9140346

Please sign in to comment.