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

Style engine: extend block support style definitions #45296

Open
wants to merge 10 commits into
base: trunk
Choose a base branch
from

Commits on Sep 3, 2023

  1. initial commit:

    this commit adds a new class to the style engine that manages extensions of the block style definitions
    adding tests
    ramonjd committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c647880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd326c View commit details
    Browse the repository at this point in the history
  3. Rename to styles metadata

    ramonjd committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ffdc7da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    596862f View commit details
    Browse the repository at this point in the history
  5. Changelog

    ramonjd committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    cb0a710 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ede035 View commit details
    Browse the repository at this point in the history
  7. - only allow adding new styles, not overwriting original styles

    - moving CSS style output tests to style-engine-test.php
    ramonjd committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ba1c6d5 View commit details
    Browse the repository at this point in the history
  8. Readme needed some love

    ramonjd committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1850436 View commit details
    Browse the repository at this point in the history
  9. Replace array_key_exists with isset for speed

    Update var name
    ramonjd committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    466127f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb569b9 View commit details
    Browse the repository at this point in the history