FEATURE Introducing a has-overlap variation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-24 14:57:56 +01:00
parent 809c0ec841
commit 255e86649c

View File

@ -59,3 +59,8 @@ registerBlockType(metadata.name, {
edit: Edit,
save,
});
wp.blocks.registerBlockStyle("front-header/front-header", {
name: "has-overlap",
label: "Superposition du bloc suivant”",
});