FIX correcting title from "Mise en avanti" to "Mise en avant" in block.json files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5acd872bcc
commit
35cd54bd3a
|
|
@ -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 avanti",
|
"title": "Mise en avant",
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '403a0bc64496522f2b0f');
|
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'ada1f98e62d703ea8b45');
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ const trash = (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(
|
||||||
\************************/
|
\************************/
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"homegrade-content-blocks/highlight","version":"0.1.0","title":"Mise en avanti","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"},"iconUrl":{"type":"string","default":"key"},"hasTitle":{"type":"boolean","default":true},"hasIcon":{"type":"boolean","default":true},"hasLogo":{"type":"boolean","default":false},"logoId":{"type":"number"},"logoAlt":{"type":"string"},"logoUrl":{"type":"string"},"variant":{"type":"string","default":"classic"},"iconPosition":{"type":"string","default":"top"}}}');
|
module.exports = /*#__PURE__*/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"},"iconUrl":{"type":"string","default":"key"},"hasTitle":{"type":"boolean","default":true},"hasIcon":{"type":"boolean","default":true},"hasLogo":{"type":"boolean","default":false},"logoId":{"type":"number"},"logoAlt":{"type":"string"},"logoUrl":{"type":"string"},"variant":{"type":"string","default":"classic"},"iconPosition":{"type":"string","default":"top"}}}');
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -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 avanti",
|
"title": "Mise en avant",
|
||||||
"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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user