32 lines
586 B
JSON
32 lines
586 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "primary",
|
|
"color": "#525ddc",
|
|
"name": "Primary"
|
|
}
|
|
],
|
|
"custom": false,
|
|
"customGradient": false
|
|
},
|
|
"custom": {
|
|
"spacing": {},
|
|
"typography": {
|
|
"font-size": {},
|
|
"line-height": {}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"padding": true,
|
|
"units": ["px", "%", "em", "rem", "vw", "vh"]
|
|
},
|
|
"typography": {
|
|
"customFontSize": false
|
|
}
|
|
}
|
|
}
|