rebuilding

This commit is contained in:
Antoine M 2023-12-21 12:28:38 +01:00
parent ca570d54a8
commit 1168c33085
7 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n'), 'version' => '3d57ba78e67ecb9e66c2'); <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n'), 'version' => 'de14acceb47eca4be703');

View File

@ -96,7 +96,7 @@ function Edit({
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", { }, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
className: "homegrade-dynamic-accordeon__content" className: "homegrade-dynamic-accordeon__content"
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_4__.InnerBlocks, { }, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_4__.InnerBlocks, {
allowedBlocks: ["homegrade-content-blocks/content-heading", "homegrade-content-blocks/text-image", "core/paragraph", "core/list", "homegrade-content-blocks/highlight", "core/button", "core/buttons"], allowedBlocks: ["homegrade-content-blocks/content-heading", "homegrade-content-blocks/text-image", "core/paragraph", "core/list", "homegrade-content-blocks/highlight", "acf/photos-archives", "core/button", "core/buttons"],
template: [["homegrade-content-blocks/content-heading", { template: [["homegrade-content-blocks/content-heading", {
title: "Au-delà des Murs", title: "Au-delà des Murs",
headingLevel: "h5" headingLevel: "h5"

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n'), 'version' => '319ede3d5c10cce1278c'); <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n'), 'version' => '339bd2fc1fa4002887c9');

View File

@ -96,7 +96,7 @@ function Edit({
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", { }, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
className: "homegrade-dynamic-accordeon__content" className: "homegrade-dynamic-accordeon__content"
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_4__.InnerBlocks, { }, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_4__.InnerBlocks, {
allowedBlocks: ["homegrade-content-blocks/content-heading", "homegrade-content-blocks/text-image", "core/paragraph", "core/list", "homegrade-content-blocks/highlight", "core/button", "core/buttons"], allowedBlocks: ["homegrade-content-blocks/content-heading", "homegrade-content-blocks/text-image", "core/paragraph", "core/list", "homegrade-content-blocks/highlight", "acf/photos-archives", "core/button", "core/buttons"],
template: [["homegrade-content-blocks/content-heading", { template: [["homegrade-content-blocks/content-heading", {
title: "Au-delà des Murs", title: "Au-delà des Murs",
headingLevel: "h5" headingLevel: "h5"

File diff suppressed because one or more lines are too long

View File

@ -39,6 +39,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
"core/paragraph", "core/paragraph",
"core/list", "core/list",
"homegrade-content-blocks/highlight", "homegrade-content-blocks/highlight",
"acf/photos-archives",
"core/button", "core/button",
"core/buttons", "core/buttons",
]} ]}