diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8908d..7f75150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [Unreleased] — Fix editor validation errors on Services pill/tag badges (LS-4207) + +### Fixed + +- `patterns/sections/services-linked-decisions.php`, `patterns/sections/services-service-clusters.php`: added the missing `has-border-color` class to the `ls-process-pill` and `ls-cluster-tag` wrapper groups. Both blocks set an inline border colour via a custom JSON style attribute, but WordPress's border block support always expects a `has-border-color` class on the wrapper whenever a border colour is set. The hand-authored static HTML never included it, so the editor's re-derived expected markup never matched the stored HTML, permanently flagging these blocks as "Block contains unexpected or invalid content" with an "Attempt Recovery" prompt in the Site Editor. + +([#59](https://github.com/lightspeedwp/ls-theme/pull/59)) + +--- + ## [Unreleased] — Fix mobile menu: restore dropdown links, remove Systems, refine spacing (LS-3222) ### Fixed diff --git a/patterns/sections/services-linked-decisions.php b/patterns/sections/services-linked-decisions.php index c27ba77..70b1d9c 100644 --- a/patterns/sections/services-linked-decisions.php +++ b/patterns/sections/services-linked-decisions.php @@ -99,7 +99,7 @@ ?> -
+

diff --git a/patterns/sections/services-service-clusters.php b/patterns/sections/services-service-clusters.php index 895fda0..50c8401 100644 --- a/patterns/sections/services-service-clusters.php +++ b/patterns/sections/services-service-clusters.php @@ -133,7 +133,7 @@ -
+