FEATURE Handling a new framed-rotated variation to choose if rotation or not for each image
This commit is contained in:
parent
544d67707a
commit
809c0ec841
|
|
@ -1,6 +1,11 @@
|
|||
wp.blocks.registerBlockStyle("core/image", {
|
||||
name: "framed",
|
||||
label: "Encadré",
|
||||
isDefault: false,
|
||||
});
|
||||
wp.blocks.registerBlockStyle("core/image", {
|
||||
name: "framed-rotated",
|
||||
label: "Encadré pivoté",
|
||||
isDefault: true,
|
||||
});
|
||||
wp.blocks.registerBlockStyle("core/image", {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user