FEATURE Handling scroll-story-block inner block
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a693019afd
commit
3af7d828c9
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
<?php return array('dependencies' => array(), 'version' => '5db581a901da052c4bf8');
|
||||
<?php return array('dependencies' => array(), 'version' => '9618df91ea3d5989c295');
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
/*!*********************!*\
|
||||
!*** ./src/view.js ***!
|
||||
\*********************/
|
||||
console.log("Hello World! (from front-header-front-header block)");
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=view.js.map
|
||||
;
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
console.log("Hello World! (from front-header-front-header block)");
|
||||
Loading…
Reference in New Issue
Block a user