FEATURE handliugn almignfull on editor side
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-15 09:49:41 +02:00
parent ab43c431c8
commit a746b59ec7
4 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'e360d0dfc45f49116fd0'); <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'e86970781dd6b6885a38');

View File

@ -191,7 +191,7 @@ function Edit({
}) })
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)("section", { }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)("section", {
...(0,_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps)({ ...(0,_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps)({
className: `content-box content-box--variant-${blockVariant} ${hasLightBackground ? "content-box--bg-light" : "content-box--bg-dark"}`, className: `alignfull content-box content-box--variant-${blockVariant} ${hasLightBackground ? "content-box--bg-light" : "content-box--bg-dark"}`,
style: { style: {
"--content-box-text-color": textColor !== null && textColor !== void 0 ? textColor : "inherit", "--content-box-text-color": textColor !== null && textColor !== void 0 ? textColor : "inherit",
"--content-box-background-color": blockVariant === "backgrounded" ? backgroundColor : "transparent" "--content-box-background-color": blockVariant === "backgrounded" ? backgroundColor : "transparent"
@ -203,7 +203,7 @@ function Edit({
template: [["core/paragraph", { template: [["core/paragraph", {
placeholder: "Ajouter ici le texte" placeholder: "Ajouter ici le texte"
}]], }]],
allowedBlocks: ["core/heading", "core/paragraph", "core/group", "core/list", "core/button", "core/image", "core/buttons", "core/columns", "core/post-title", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "acf/statistics-datas", "carhop-blocks/scroll-story-block", "carhop-blocks/cta-group", "ninja-forms/form", "carhop-blocks/localisation-map", "gravityforms/form"] allowedBlocks: ["core/heading", "core/paragraph", "core/group", "core/list", "core/button", "core/image", "core/buttons", "core/columns", "core/post-title", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "acf/statistics-datas", "carhop-blocks/scroll-story-block", "carhop-blocks/cta-group", "ninja-forms/form", "carhop-blocks/localisation-map", "gravityforms/form", "dynamiques-blocks/sitemap"]
}) })
}) })
})] })]

File diff suppressed because one or more lines are too long

View File

@ -132,7 +132,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
</InspectorControls> </InspectorControls>
<section <section
{...useBlockProps({ {...useBlockProps({
className: `content-box content-box--variant-${blockVariant} ${ className: `alignfull content-box content-box--variant-${blockVariant} ${
hasLightBackground hasLightBackground
? "content-box--bg-light" ? "content-box--bg-light"
: "content-box--bg-dark" : "content-box--bg-dark"
@ -167,6 +167,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
"ninja-forms/form", "ninja-forms/form",
"carhop-blocks/localisation-map", "carhop-blocks/localisation-map",
"gravityforms/form", "gravityforms/form",
"dynamiques-blocks/sitemap",
]} ]}
/> />
</div> </div>