• Hi!
    This is not a support request.

    In version 0.0.5 of Spectra one, there are theme.json settings that are set to true 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/

    Setting appearanceTools 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 and customSpacingSize 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)
  • Hello @poena

    Thank you for bringing this to our attention. We appreciate your feedback and the link to the official WordPress documentation on theme.json.

    Our development team will review the theme.json settings of Spectra One and evaluate the impact of your suggested changes. If they determine that your proposal will improve the functionality and performance of our theme, we will consider implementing it as soon as possible.

    Thank you for taking the time to provide us with your input. We value your feedback and are always looking for ways to improve our products ??

Viewing 1 replies (of 1 total)
  • The topic ‘Theme.json booleans are set to true multiple times’ is closed to new replies.