mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-04 15:42:19 +08:00
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 3,
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"layout": {
|
|
"contentSize": "800px",
|
|
"wideSize": "1200px"
|
|
},
|
|
"color": {
|
|
"custom": true,
|
|
"link": true
|
|
},
|
|
"typography": {
|
|
"customFontSize": true,
|
|
"lineHeight": true
|
|
},
|
|
"spacing": {
|
|
"defaultSpacingSizes": false,
|
|
"margin": true,
|
|
"padding": true,
|
|
"units": [ "%", "px", "em", "rem", "vh", "vw" ]
|
|
}
|
|
}
|
|
}
|