hello-theme/theme.json
Rami Yushuvaev 09931e8109
Fix: Gutenberg editor expanded disproportionately after adding support for theme.json [ED-16428] (#433)
* Fix: Update `theme.json` with basic settings

* Update

* Revert
2024-12-16 13:49:19 +02:00

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" ]
}
}
}