FEATURE Handling scroll-story-block inner block
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-06-30 15:59:38 +02:00
parent a693019afd
commit 3af7d828c9
7 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '6c2f392d50c83b0dc539');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '15318d1c4f5eab934866');

View File

@ -108,7 +108,7 @@ function Edit({
template: [["core/paragraph", {
placeholder: "Ajouter ici le texte"
}]],
allowedBlocks: ["core/heading", "core/paragraph", "core/list", "core/button", "core/buttons", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "acf/statistics-datas"]
allowedBlocks: ["core/heading", "core/paragraph", "core/list", "core/button", "core/buttons", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "acf/statistics-datas", "carhop-blocks/scroll-story-block"]
})
})
})]

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '5db581a901da052c4bf8');
<?php return array('dependencies' => array(), 'version' => '9618df91ea3d5989c295');

View File

@ -2,7 +2,6 @@
/*!*********************!*\
!*** ./src/view.js ***!
\*********************/
console.log("Hello World! (from front-header-front-header block)");
/******/ })()
;
//# sourceMappingURL=view.js.map
;

View File

@ -94,6 +94,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
"carhop-blocks/heading",
"carhop-blocks/decorative-shapes",
"acf/statistics-datas",
"carhop-blocks/scroll-story-block",
]}
/>
</div>

View File

@ -1 +0,0 @@
console.log("Hello World! (from front-header-front-header block)");