diff --git a/blocks/highlight/build/block.json b/blocks/highlight/build/block.json index 024b250..7a9cbfc 100644 --- a/blocks/highlight/build/block.json +++ b/blocks/highlight/build/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Bloc pour mettre en avant des informations importantes", "supports": { - "html": false + "html": false, + "anchor": true }, "textdomain": "homegrade-blocks__texte-fonctionnel", "editorScript": "file:./index.js", diff --git a/blocks/highlight/build/index.asset.php b/blocks/highlight/build/index.asset.php index ebeb6f4..aa4ae2e 100644 --- a/blocks/highlight/build/index.asset.php +++ b/blocks/highlight/build/index.asset.php @@ -1 +1 @@ - array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '9c935593f48ee85b8a93'); + array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'a390669b56f673b59b1e'); diff --git a/blocks/highlight/build/index.js b/blocks/highlight/build/index.js index 6a2a4f6..62b9dc9 100644 --- a/blocks/highlight/build/index.js +++ b/blocks/highlight/build/index.js @@ -636,7 +636,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/highlight","version":"0.1.0","title":"Mise en avant","category":"homegrade-blocks","description":"Bloc pour mettre en avant des informations importantes","supports":{"html":false},"textdomain":"homegrade-blocks__texte-fonctionnel","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"title":{"type":"string","source":"html","selector":"h3"},"iconName":{"type":"string","default":"key"},"hasTitle":{"type":"boolean","default":true},"hasLogo":{"type":"boolean","default":false},"logoId":{"type":"number"},"logoAlt":{"type":"string"},"logoUrl":{"type":"string"},"variant":{"type":"string","default":"classic"}}}'); +module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/highlight","version":"0.1.0","title":"Mise en avant","category":"homegrade-blocks","description":"Bloc pour mettre en avant des informations importantes","supports":{"html":false,"anchor":true},"textdomain":"homegrade-blocks__texte-fonctionnel","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"title":{"type":"string","source":"html","selector":"h3"},"iconName":{"type":"string","default":"key"},"hasTitle":{"type":"boolean","default":true},"hasLogo":{"type":"boolean","default":false},"logoId":{"type":"number"},"logoAlt":{"type":"string"},"logoUrl":{"type":"string"},"variant":{"type":"string","default":"classic"}}}'); /***/ }) diff --git a/blocks/highlight/src/block.json b/blocks/highlight/src/block.json index b46835d..981fdf7 100644 --- a/blocks/highlight/src/block.json +++ b/blocks/highlight/src/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Bloc pour mettre en avant des informations importantes", "supports": { - "html": false + "html": false, + "anchor": true }, "textdomain": "homegrade-blocks__texte-fonctionnel", "editorScript": "file:./index.js",