FEATURE hnadlign new innerblocks

This commit is contained in:
Antoine M 2025-11-25 15:09:17 +01:00
parent 05c48e2779
commit 31da558f4f

View File

@ -48,7 +48,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
const filteredTextColors = filterTextColors( const filteredTextColors = filterTextColors(
colors, colors,
postType, postType,
backgroundColor, backgroundColor
); );
function onBackgroundColorChange(value) { function onBackgroundColorChange(value) {
@ -165,14 +165,16 @@ export default function Edit({ attributes, setAttributes, ...props }) {
"core/quote", "core/quote",
"core/pullquote", "core/pullquote",
"core/media-text", "core/media-text",
"core/table",
"carhop-blocks/heading", "carhop-blocks/heading",
"carhop-blocks/decorative-shapes", "carhop-blocks/decorative-shapes",
"acf/statistics-datas",
"carhop-blocks/scroll-story-block", "carhop-blocks/scroll-story-block",
"carhop-blocks/cta-group", "carhop-blocks/cta-group",
"carhop-blocks/audio-player", "carhop-blocks/audio-player",
"ninja-forms/form",
"carhop-blocks/localisation-map", "carhop-blocks/localisation-map",
"carhop-blocks/notice-panel",
"acf/statistics-datas",
"ninja-forms/form",
"gravityforms/form", "gravityforms/form",
"dynamiques-blocks/sitemap", "dynamiques-blocks/sitemap",
"mailpoet/subscription-form-block", "mailpoet/subscription-form-block",