Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Global Styles support for Product Price block #5950

Merged
merged 5 commits into from
Feb 28, 2022

Commits on Feb 28, 2022

  1. Add Global Styles support to product price block

    - This comes sat a cost of losing control over regular vs sale price
    - This includes refactor of attribute from align to textAlign
       which is a reserved supports feature attribute and textAlign is
       used across the Gutenberg project
    tomasztunik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    75d3d5f View commit details
    Browse the repository at this point in the history
  2. Add experimentalSelector and register as PHP block

    This is required to make the GlobalStyles work inside of
    the InnerContent block. Ie. All Products block.
    tomasztunik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bf5f89b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb40440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16928f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d031690 View commit details
    Browse the repository at this point in the history