slight changes on translations namespaces
This commit is contained in:
parent
0f4cbb9c60
commit
25bb923ae3
|
|
@ -6,7 +6,7 @@
|
||||||
"title": "Titre",
|
"title": "Titre",
|
||||||
"category": "homegrade-blocks",
|
"category": "homegrade-blocks",
|
||||||
"icon": "smiley",
|
"icon": "smiley",
|
||||||
"description": "Bloc de titrage",
|
"description": "Bloc de titrage h2/h3/h4 avec ou sans icône",
|
||||||
"supports": {
|
"supports": {
|
||||||
"html": false
|
"html": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ export default function Edit({
|
||||||
<>
|
<>
|
||||||
<InspectorControls>
|
<InspectorControls>
|
||||||
<PanelBody
|
<PanelBody
|
||||||
title={__("Icone", "homegrade-blocks__texte-fonctionnel")}
|
title={__("Icone", "homegrade-blocks__texte-backoffice")}
|
||||||
initialOpen={true}
|
initialOpen={true}
|
||||||
>
|
>
|
||||||
<ToggleControl
|
<ToggleControl
|
||||||
|
|
@ -139,7 +139,7 @@ export default function Edit({
|
||||||
disableLineBreaks
|
disableLineBreaks
|
||||||
placeholder={__(
|
placeholder={__(
|
||||||
"Insérez votre titre ici",
|
"Insérez votre titre ici",
|
||||||
"homegrade-blocks__texte-fonctionnel"
|
"homegrade-blocks__texte-backoffice"
|
||||||
)}
|
)}
|
||||||
allowedFormats={["homegrade-format/tooltip"]}
|
allowedFormats={["homegrade-format/tooltip"]}
|
||||||
tagName={headingLevel}
|
tagName={headingLevel}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user