Skip to content

Commit

Permalink
Standardize default controls for other content blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Oct 10, 2023
1 parent 0b8415f commit d947eba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/post-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true,
"textTransform": true
"fontSize": true
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions packages/block-library/src/pullquote/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true
"fontSize": true
}
},
"__experimentalBorder": {
Expand Down
4 changes: 1 addition & 3 deletions packages/block-library/src/query-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true,
"textTransform": true
"fontSize": true
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions packages/block-library/src/quote/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true
"fontSize": true
}
},
"color": {
Expand Down
6 changes: 1 addition & 5 deletions packages/block-library/src/site-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true,
"lineHeight": true,
"fontAppearance": true,
"letterSpacing": true,
"textTransform": true
"fontSize": true
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions packages/block-library/src/verse/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true
"fontSize": true
}
},
"spacing": {
Expand Down

0 comments on commit d947eba

Please sign in to comment.