diff --git a/blocks/content-box/build/block.json b/blocks/content-box/build/block.json index 54ba63b..15f8d47 100644 --- a/blocks/content-box/build/block.json +++ b/blocks/content-box/build/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Section / Boite de gestion contenu ", "supports": { - "html": false + "html": false, + "anchor": true }, "textdomain": "homegrade-blocks", "editorScript": "file:./index.js", diff --git a/blocks/content-box/build/index.asset.php b/blocks/content-box/build/index.asset.php index 7f34f3b..b5db867 100644 --- a/blocks/content-box/build/index.asset.php +++ b/blocks/content-box/build/index.asset.php @@ -1 +1 @@ - array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'f3a3faade40ed5c61a1d'); + array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '95446749a29397add896'); diff --git a/blocks/content-box/build/index.js b/blocks/content-box/build/index.js index d6f37e6..c678f51 100644 --- a/blocks/content-box/build/index.js +++ b/blocks/content-box/build/index.js @@ -231,7 +231,7 @@ module.exports = window["wp"]["i18n"]; \************************/ /***/ ((module) => { -module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/content-box","version":"0.1.0","title":"Content Box","category":"homegrade-blocks","description":"Section / Boite de gestion contenu ","supports":{"html":false},"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"bgColor":{"type":"string","default":"#F5F5F5"}}}'); +module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/content-box","version":"0.1.0","title":"Content Box","category":"homegrade-blocks","description":"Section / Boite de gestion contenu ","supports":{"html":false,"anchor":true},"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"bgColor":{"type":"string","default":"#F5F5F5"}}}'); /***/ }) diff --git a/blocks/content-box/src/block.json b/blocks/content-box/src/block.json index f49ebe4..1d92678 100644 --- a/blocks/content-box/src/block.json +++ b/blocks/content-box/src/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Section / Boite de gestion contenu ", "supports": { - "html": false + "html": false, + "anchor": true }, "textdomain": "homegrade-blocks", "editorScript": "file:./index.js", diff --git a/blocks/content-heading/build/block.json b/blocks/content-heading/build/block.json index 3f8bde1..13d24bd 100644 --- a/blocks/content-heading/build/block.json +++ b/blocks/content-heading/build/block.json @@ -9,7 +9,8 @@ "description": "Bloc de titrage h2/h3/h4 avec ou sans icône", "supports": { "html": false, - "renaming": true + "renaming": true, + "anchor": true }, "textdomain": "homegrade-theme__bloks-texte-fonctionnel", "editorScript": "file:./index.js", diff --git a/blocks/content-heading/build/index.asset.php b/blocks/content-heading/build/index.asset.php index f4b6665..9c019b9 100644 --- a/blocks/content-heading/build/index.asset.php +++ b/blocks/content-heading/build/index.asset.php @@ -1 +1 @@ - array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '1e4867ee8ca0c980f729'); + array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'e94fc5be6541670e54d9'); diff --git a/blocks/content-heading/build/index.js b/blocks/content-heading/build/index.js index 5c59fff..315bc5b 100644 --- a/blocks/content-heading/build/index.js +++ b/blocks/content-heading/build/index.js @@ -415,7 +415,7 @@ module.exports = window["wp"]["primitives"]; \************************/ /***/ ((module) => { -module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/content-heading","version":"0.1.0","title":"Titre","category":"homegrade-blocks","icon":"smiley","description":"Bloc de titrage h2/h3/h4 avec ou sans icône","supports":{"html":false,"renaming":true},"textdomain":"homegrade-theme__bloks-texte-fonctionnel","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"title":{"type":"string"},"headingLevel":{"type":"string","default":"h3"},"hasIcon":{"type":"boolean","default":false},"iconName":{"type":"string","default":"key"}}}'); +module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/content-heading","version":"0.1.0","title":"Titre","category":"homegrade-blocks","icon":"smiley","description":"Bloc de titrage h2/h3/h4 avec ou sans icône","supports":{"html":false,"renaming":true,"anchor":true},"textdomain":"homegrade-theme__bloks-texte-fonctionnel","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"title":{"type":"string"},"headingLevel":{"type":"string","default":"h3"},"hasIcon":{"type":"boolean","default":false},"iconName":{"type":"string","default":"key"}}}'); /***/ }) diff --git a/blocks/content-heading/src/block.json b/blocks/content-heading/src/block.json index 29bdd4e..4d53ead 100644 --- a/blocks/content-heading/src/block.json +++ b/blocks/content-heading/src/block.json @@ -9,7 +9,8 @@ "description": "Bloc de titrage h2/h3/h4 avec ou sans icône", "supports": { "html": false, - "renaming": true + "renaming": true, + "anchor": true }, "textdomain": "homegrade-theme__bloks-texte-fonctionnel", "editorScript": "file:./index.js", diff --git a/blocks/monoblock/build/block.json b/blocks/monoblock/build/block.json index 539fd5d..fa9eec8 100644 --- a/blocks/monoblock/build/block.json +++ b/blocks/monoblock/build/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Bloc conteneur d'une seule colonne", "supports": { - "html": false + "html": false, + "anchor": true }, "parent": [ "homegrade-content-blocks/content-box" diff --git a/blocks/monoblock/build/index.asset.php b/blocks/monoblock/build/index.asset.php index e43dfa6..92162fd 100644 --- a/blocks/monoblock/build/index.asset.php +++ b/blocks/monoblock/build/index.asset.php @@ -1 +1 @@ - array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'b26fca562956a1696d6f'); + array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '9c843b29dd80b19c921a'); diff --git a/blocks/monoblock/build/index.js b/blocks/monoblock/build/index.js index f7aa39d..fb05776 100644 --- a/blocks/monoblock/build/index.js +++ b/blocks/monoblock/build/index.js @@ -306,7 +306,7 @@ module.exports = window["wp"]["primitives"]; \************************/ /***/ ((module) => { -module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/box-monoblock","version":"0.1.0","title":"Monobloc","category":"homegrade-blocks","description":"Bloc conteneur d\'une seule colonne","supports":{"html":false},"parent":["homegrade-content-blocks/content-box"],"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"hasIllustration":{"type":"boolean","default":false},"illustrationUrl":{"type":"string"},"illustrationId":{"type":"string"},"illustrationAlt":{"type":"string"}}}'); +module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/box-monoblock","version":"0.1.0","title":"Monobloc","category":"homegrade-blocks","description":"Bloc conteneur d\'une seule colonne","supports":{"html":false,"anchor":true},"parent":["homegrade-content-blocks/content-box"],"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"hasIllustration":{"type":"boolean","default":false},"illustrationUrl":{"type":"string"},"illustrationId":{"type":"string"},"illustrationAlt":{"type":"string"}}}'); /***/ }) diff --git a/blocks/monoblock/src/block.json b/blocks/monoblock/src/block.json index f24db3e..d3a7773 100644 --- a/blocks/monoblock/src/block.json +++ b/blocks/monoblock/src/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Bloc conteneur d'une seule colonne", "supports": { - "html": false + "html": false, + "anchor": true }, "parent": [ "homegrade-content-blocks/content-box"