mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-04-25 12:02:15 +08:00
34 lines
677 B
JSON
34 lines
677 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"layout": {
|
|
"contentSize": "620px",
|
|
"wideSize": "1000px"
|
|
},
|
|
"spacing": {
|
|
"units": [ "%", "px", "em", "rem", "vh", "vw" ]
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
|
"name": "System Font",
|
|
"slug": "system-font"
|
|
}
|
|
]
|
|
},
|
|
"useRootPaddingAwareAlignments": true
|
|
},
|
|
"templateParts": [
|
|
{
|
|
"area": "header",
|
|
"name": "header"
|
|
},
|
|
{
|
|
"area": "footer",
|
|
"name": "footer"
|
|
}
|
|
],
|
|
"version": 3
|
|
}
|