Last active
December 28, 2021 10:18
-
-
Save hchouhan/2eb3e2511976772d3e57aa80f84daef2 to your computer and use it in GitHub Desktop.
WordPress FSE JSON Base
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"$schema": "https://schemas.wp.org/trunk/theme.json", | |
"templateParts": [], | |
"customTemplates": [], | |
"settings": { | |
"layout": {}, | |
"spacing": {}, | |
"border": {}, | |
"color": {}, | |
"typography": {}, | |
"custom": {}, | |
"blocks": {} | |
}, | |
"styles": { | |
"color": {}, | |
"typography": {}, | |
"blocks": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment