Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TT1 Blocks editor block margins and add appearanceTools support #301

Commits on Feb 4, 2022

  1. Enable appearanceTools setting

    This setting activates block editor-controlled margins. Resolves zeroed margin issue for vertically adjacent blocks in editor.
    
    Also enables additional style control support, included in WordPress 5.9.
    ironprogrammer committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a4be989 View commit details
    Browse the repository at this point in the history
  2. Removes redundant settings

    Removes settings that are enabled by default via `appearanceTools` option.
    
    See: https://make.wordpress.org/core/2022/01/08/updates-for-settings-styles-and-theme-json/
    ironprogrammer committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    7a41a38 View commit details
    Browse the repository at this point in the history