35 lines
869 B
JSON
35 lines
869 B
JSON
{
|
|
"__preprocessed__": "This file is used to build the theme.json file in the `public/build/assets` directory. The built artifact includes Tailwind's colors, fonts, and font sizes.",
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 3,
|
|
"settings": {
|
|
"background": {
|
|
"backgroundImage": true
|
|
},
|
|
"color": {
|
|
"custom": false,
|
|
"customDuotone": false,
|
|
"customGradient": false,
|
|
"defaultDuotone": false,
|
|
"defaultGradients": false,
|
|
"defaultPalette": false,
|
|
"duotone": []
|
|
},
|
|
"custom": {
|
|
"spacing": {},
|
|
"typography": {
|
|
"font-size": {},
|
|
"line-height": {}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"padding": true,
|
|
"units": ["px", "%", "em", "rem", "vw", "vh"]
|
|
},
|
|
"typography": {
|
|
"defaultFontSizes": false,
|
|
"customFontSize": false
|
|
}
|
|
}
|
|
}
|