diff --git a/blocks/timeline/build/block.json b/blocks/timeline/build/block.json index 3906ff3..abafb00 100644 --- a/blocks/timeline/build/block.json +++ b/blocks/timeline/build/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Pour la création de timeline", "supports": { - "html": false + "html": false, + "anchor": true }, "textdomain": "homegrade-blocks", "editorScript": "file:./index.js", diff --git a/blocks/timeline/build/index.asset.php b/blocks/timeline/build/index.asset.php index 9add5f0..d58a04f 100644 --- a/blocks/timeline/build/index.asset.php +++ b/blocks/timeline/build/index.asset.php @@ -1 +1 @@ - array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '511d7f4ee6b5886d98a7'); + array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '63fc513c94240cd7141a'); diff --git a/blocks/timeline/build/index.js b/blocks/timeline/build/index.js index dd80554..af19e3e 100644 --- a/blocks/timeline/build/index.js +++ b/blocks/timeline/build/index.js @@ -847,7 +847,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/timeline","version":"0.1.0","title":"Timeline","category":"homegrade-blocks","description":"Pour la création de timeline","supports":{"html":false},"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"hasTitle":{"type":"boolean","default":true},"blockTitle":{"type":"string"},"blockSubtitle":{"type":"string"},"hasLateralCover":{"type":"boolean","default":false},"lateralCoverId":{"type":"number"},"lateralCoverUrl":{"type":"string"},"lateralCoverAlt":{"type":"string"},"lateralCoverCaption":{"type":"string"},"lateralCoverDescription":{"type":"string"},"hasStepPictures":{"type":"boolean","default":true},"hasStepIcons":{"type":"boolean","default":true},"lateralPicturesFormat":{"type":"string","default":"md"}}}'); +module.exports = JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/timeline","version":"0.1.0","title":"Timeline","category":"homegrade-blocks","description":"Pour la création de timeline","supports":{"html":false,"anchor":true},"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"hasTitle":{"type":"boolean","default":true},"blockTitle":{"type":"string"},"blockSubtitle":{"type":"string"},"hasLateralCover":{"type":"boolean","default":false},"lateralCoverId":{"type":"number"},"lateralCoverUrl":{"type":"string"},"lateralCoverAlt":{"type":"string"},"lateralCoverCaption":{"type":"string"},"lateralCoverDescription":{"type":"string"},"hasStepPictures":{"type":"boolean","default":true},"hasStepIcons":{"type":"boolean","default":true},"lateralPicturesFormat":{"type":"string","default":"md"}}}'); /***/ }), diff --git a/blocks/timeline/src/block.json b/blocks/timeline/src/block.json index 5b28fb5..1d91e0f 100644 --- a/blocks/timeline/src/block.json +++ b/blocks/timeline/src/block.json @@ -7,7 +7,8 @@ "category": "homegrade-blocks", "description": "Pour la création de timeline", "supports": { - "html": false + "html": false, + "anchor": true }, "textdomain": "homegrade-blocks", "editorScript": "file:./index.js",