Skip to content

Commit

Permalink
Cover Block: Fix block deprecation when fixed background is enabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored and tellthemachines committed Jul 14, 2023
1 parent 0abfe17 commit 521b573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/cover/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ const v11 = {
</div>
);
},
migrate: migrateTag,
};

// Deprecation for blocks that renders fixed background as backgroud from the main block container.
Expand Down Expand Up @@ -465,6 +466,7 @@ const v10 = {
</div>
);
},
migrate: migrateTag,
};

// Deprecation for blocks with `minHeightUnit` set but no `minHeight`.
Expand Down

0 comments on commit 521b573

Please sign in to comment.