Theme.json booleans are set to true multiple times
-
Hi!
This is not a support request.
In version 0.0.5 of Spectra one, there are theme.json settings that are set totrue
multiple times.
This is not necessary. Kindly refer to the official documentation:
https://developer.www.ads-software.com/block-editor/reference-guides/theme-json-reference/theme-json-living/
SettingappearanceTools
to true enables:- border: color, radius, style, width
- color: link
- dimensions: minHeight
- position: sticky
- spacing: blockGap, margin, padding
- typography: lineHeight
So you do not need to also include:
"spacing": { "blockGap": true, "margin": true, "padding": true,
"typography": { "lineHeight": true,
In addition,
customFontSize
andcustomSpacingSize
are enabled by default, so they do not need to be included and set to true:"typography": { ... "customFontSize": true,
"spacing": { ... "customSpacingSize": true,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Theme.json booleans are set to true multiple times’ is closed to new replies.