Skip to content

Instantly share code, notes, and snippets.

@BronsonQuick
Created June 30, 2023 22:18
Show Gist options
  • Save BronsonQuick/2020603bdf237edb28024fdb25ab3577 to your computer and use it in GitHub Desktop.
Save BronsonQuick/2020603bdf237edb28024fdb25ab3577 to your computer and use it in GitHub Desktop.
Client Proof WordPress blocks
{
"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
"version": 2,
"settings": {
"appearanceTools": false,
"border": {
"color": false,
"radius": false,
"style": false,
"width": false
},
"color": {
"text": false,
"background": false,
"link": false,
"custom": false,
"customDuotone": false,
"customGradient": false,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false
},
"spacing": {
"blockGap": null,
"margin": false,
"padding": false,
"units": [
]
},
"typography": {
"customFontSize": false,
"fontStyle": false,
"fontWeight": false,
"letterSpacing": false,
"lineHeight": false,
"textDecoration": false,
"textTransform": false,
"dropCap": false,
"fontSizes": [
],
"fontFamilies": [
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment