renaming block

This commit is contained in:
Antoine M 2024-08-14 15:12:45 +02:00
parent e8b5ece106
commit 2facdc51e7
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"apiVersion": 2, "apiVersion": 2,
"name": "homegrade-content-blocks/labelled-picture", "name": "homegrade-content-blocks/labelled-picture",
"version": "0.1.0", "version": "0.1.0",
"title": "Image + Légende Autocollante", "title": "Image + Légende",
"category": "homegrade-blocks", "category": "homegrade-blocks",
"icon": "smiley", "icon": "smiley",
"description": "Bloc image contenant une légende autocollante", "description": "Bloc image contenant une légende autocollante",

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'c833423239386f358bf7'); <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '37f4daef8c6929a4d497');

View File

@ -367,7 +367,7 @@ module.exports = window["wp"]["primitives"];
\************************/ \************************/
/***/ ((module) => { /***/ ((module) => {
module.exports = /*#__PURE__*/JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/labelled-picture","version":"0.1.0","title":"Image + Légende Autocollante","category":"homegrade-blocks","icon":"smiley","description":"Bloc image contenant une légende autocollante","supports":{"html":false},"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"hasStickyLegend":{"type":"boolean","default":"true"},"hasFixedHeight":{"type":"boolean","default":"true"},"showTitle":{"type":"boolean","default":"true"},"pictureUrl":{"type":"string"},"pictureTitle":{"type":"string"},"pictureAlt":{"type":"string"},"pictureId":{"type":"number"},"pictureCaption":{"type":"string"}}}'); module.exports = /*#__PURE__*/JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/labelled-picture","version":"0.1.0","title":"Image + Légende","category":"homegrade-blocks","icon":"smiley","description":"Bloc image contenant une légende autocollante","supports":{"html":false},"textdomain":"homegrade-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","attributes":{"hasStickyLegend":{"type":"boolean","default":"true"},"hasFixedHeight":{"type":"boolean","default":"true"},"showTitle":{"type":"boolean","default":"true"},"pictureUrl":{"type":"string"},"pictureTitle":{"type":"string"},"pictureAlt":{"type":"string"},"pictureId":{"type":"number"},"pictureCaption":{"type":"string"}}}');
/***/ }) /***/ })

View File

@ -3,7 +3,7 @@
"apiVersion": 2, "apiVersion": 2,
"name": "homegrade-content-blocks/labelled-picture", "name": "homegrade-content-blocks/labelled-picture",
"version": "0.1.0", "version": "0.1.0",
"title": "Image + Légende Autocollante", "title": "Image + Légende",
"category": "homegrade-blocks", "category": "homegrade-blocks",
"icon": "smiley", "icon": "smiley",
"description": "Bloc image contenant une légende autocollante", "description": "Bloc image contenant une légende autocollante",