FIX correcting name for core columns block name as innerblock
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-12-17 15:58:54 +01:00
parent 4da8e85464
commit 5acd872bcc
8 changed files with 701 additions and 706 deletions

View File

@ -3,7 +3,7 @@
"apiVersion": 2, "apiVersion": 2,
"name": "homegrade-content-blocks/highlight", "name": "homegrade-content-blocks/highlight",
"version": "0.1.0", "version": "0.1.0",
"title": "Mise en avant", "title": "Mise en avanti",
"category": "homegrade-blocks", "category": "homegrade-blocks",
"description": "Bloc pour mettre en avant des informations importantes", "description": "Bloc pour mettre en avant des informations importantes",
"supports": { "supports": {

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '2b98bbfc592b1bc1d2e2'); <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '403a0bc64496522f2b0f');

View File

@ -1,6 +1,6 @@
/*!****************************************************************************************************************************************************************************************************************************************************!*\ /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/editor.scss ***! !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.3_webpack@5.99.9/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.89.0_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/editor.scss ***!
\****************************************************************************************************************************************************************************************************************************************************/ \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** /**
* The following styles get applied inside the editor only. * The following styles get applied inside the editor only.
* *

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*!***************************************************************************************************************************************************************************************************************************************************!*\ /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***! !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.3_webpack@5.99.9/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.89.0_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
\***************************************************************************************************************************************************************************************************************************************************/ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** /**
* The following styles get applied both on the front of your site * The following styles get applied both on the front of your site
* and in the editor. * and in the editor.

View File

@ -3,7 +3,7 @@
"apiVersion": 2, "apiVersion": 2,
"name": "homegrade-content-blocks/highlight", "name": "homegrade-content-blocks/highlight",
"version": "0.1.0", "version": "0.1.0",
"title": "Mise en avant", "title": "Mise en avanti",
"category": "homegrade-blocks", "category": "homegrade-blocks",
"description": "Bloc pour mettre en avant des informations importantes", "description": "Bloc pour mettre en avant des informations importantes",
"supports": { "supports": {

View File

@ -297,8 +297,7 @@ export default function Edit({ attributes, setAttributes }) {
'core/list', 'core/list',
'core/buttons', 'core/buttons',
'core/button', 'core/button',
'core/colums', 'core/columns',
'core/colum',
'homegrade-content-blocks/text-image', 'homegrade-content-blocks/text-image',
'homegrade-content-blocks/content-heading', 'homegrade-content-blocks/content-heading',
'homegrade-content-blocks/staff-member', 'homegrade-content-blocks/staff-member',