FEATURE Handling core post-title as innerblock
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
bc18d549d6
commit
24500d6473
|
|
@ -1 +1 @@
|
||||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'b5c24e765db5c7658f68');
|
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'ae32ce92ac0c79bc6ff4');
|
||||||
|
|
|
||||||
|
|
@ -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", "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"]
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})]
|
})]
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -158,6 +158,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
|
||||||
"core/image",
|
"core/image",
|
||||||
"core/buttons",
|
"core/buttons",
|
||||||
"core/columns",
|
"core/columns",
|
||||||
|
"core/post-title",
|
||||||
"carhop-blocks/heading",
|
"carhop-blocks/heading",
|
||||||
"carhop-blocks/decorative-shapes",
|
"carhop-blocks/decorative-shapes",
|
||||||
"acf/statistics-datas",
|
"acf/statistics-datas",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user