diff --git a/blocks/_components/ImagePanelBody.jsx b/blocks/_components/ImagePanelBody.jsx index 20b92c0..2eb3f48 100644 --- a/blocks/_components/ImagePanelBody.jsx +++ b/blocks/_components/ImagePanelBody.jsx @@ -33,7 +33,7 @@ export default function ImagePanelBody({ imageUrl, imageAlt, imageId, imagePropo <> + title={__("Image", "homegrade-blocks")}> {imageUrl && {imageAlt}}
{imageUrl && ( diff --git a/blocks/_components/ImagePanelBodyContent.jsx b/blocks/_components/ImagePanelBodyContent.jsx index 2f1c5e4..ede70e8 100644 --- a/blocks/_components/ImagePanelBodyContent.jsx +++ b/blocks/_components/ImagePanelBodyContent.jsx @@ -38,8 +38,8 @@ export default function ImagePanelBody({ imageUrl, imageAlt, imageId, imagePropo onSelect={setImageAttributes} name={ !imageUrl - ? __("Ajouter", "homegrade-blocks__texte-backoffice") - : __("Remplacer", "homegrade-blocks__texte-backoffice") + ? __("Ajouter", "homegrade-blocks") + : __("Remplacer", "homegrade-blocks") } /> {imageUrl && ( diff --git a/blocks/chapitrage-thematique/src/lien-chapitre/_old_selectControl/OptionsSelectControl.js b/blocks/chapitrage-thematique/src/lien-chapitre/_old_selectControl/OptionsSelectControl.js index 42ba31b..2b9b29c 100644 --- a/blocks/chapitrage-thematique/src/lien-chapitre/_old_selectControl/OptionsSelectControl.js +++ b/blocks/chapitrage-thematique/src/lien-chapitre/_old_selectControl/OptionsSelectControl.js @@ -135,9 +135,7 @@ export default function OptionsSelectControl({ return ( - + {/* {imageUrl && ( @@ -181,7 +178,7 @@ export default function Edit({ attributes, setAttributes }) { diff --git a/blocks/focused-thematique/src/edit.js b/blocks/focused-thematique/src/edit.js index 8a68b54..5bd59fd 100644 --- a/blocks/focused-thematique/src/edit.js +++ b/blocks/focused-thematique/src/edit.js @@ -208,7 +208,7 @@ function Edit({ > {__( "Version texte des indications de l'illustration", - "homegrade-blocks__texte-fonctionnel" + "homegrade-blocks" )} {/* */} diff --git a/blocks/highlight/src/edit.js b/blocks/highlight/src/edit.js index f8edc56..b6200c7 100644 --- a/blocks/highlight/src/edit.js +++ b/blocks/highlight/src/edit.js @@ -125,7 +125,7 @@ export default function Edit({ attributes, setAttributes }) { {hasLogo && ( {logoUrl && {logoAlt}} @@ -138,11 +138,8 @@ export default function Edit({ attributes, setAttributes }) { onSelect={setLogoAttributes} name={ !logoUrl - ? __( - "Ajouter un Logo", - "homegrade-blocks__texte-backoffice" - ) - : __("Remplacer", "homegrade-blocks__texte-backoffice") + ? __("Ajouter un Logo", "homegrade-blocks") + : __("Remplacer", "homegrade-blocks") } /> {logoUrl && ( @@ -238,8 +235,8 @@ export default function Edit({ attributes, setAttributes }) { onSelect={setLogoAttributes} name={ !logoUrl - ? __("Ajouter Logo", "homegrade-blocks__texte-backoffice") - : __("Remplacer", "homegrade-blocks__texte-backoffice") + ? __("Ajouter Logo", "homegrade-blocks") + : __("Remplacer", "homegrade-blocks") } /> )} diff --git a/blocks/icon/src/edit.js b/blocks/icon/src/edit.js index 6467a85..b92b9b2 100644 --- a/blocks/icon/src/edit.js +++ b/blocks/icon/src/edit.js @@ -40,14 +40,14 @@ export default function Edit({ attributes, setAttributes }) { {iconUrl && ( {iconAlt} )}
{iconUrl && ( @@ -74,7 +74,7 @@ export default function Edit({ attributes, setAttributes }) { diff --git a/blocks/kit-presse/build/render.php b/blocks/kit-presse/build/render.php index b860f6a..6cf6a59 100644 --- a/blocks/kit-presse/build/render.php +++ b/blocks/kit-presse/build/render.php @@ -25,9 +25,9 @@ if (!function_exists('getRessourceIcon')) {
    -

    -

    -

    +

    +

    +

    -

    -

    -

    +

    +

    +

    {illustrationUrl && ( diff --git a/blocks/offres-emplois/build/render.php b/blocks/offres-emplois/build/render.php index 7736305..cd1d676 100644 --- a/blocks/offres-emplois/build/render.php +++ b/blocks/offres-emplois/build/render.php @@ -20,8 +20,8 @@ $offresEmplois = new WP_Query($args);
      -

      -

      +

      +

      posts as $offre) : ?>
      -

      -

      +

      +

      posts as $offre) : ?> inner_blocks as $inner_block) {
      -

      +

diff --git a/blocks/points-cles/src/render.php b/blocks/points-cles/src/render.php index d096af1..2f2c123 100644 --- a/blocks/points-cles/src/render.php +++ b/blocks/points-cles/src/render.php @@ -14,7 +14,7 @@ foreach ($block->inner_blocks as $inner_block) {
-

+

diff --git a/blocks/press-reviews/build/render.php b/blocks/press-reviews/build/render.php index fc05022..d3f9708 100644 --- a/blocks/press-reviews/build/render.php +++ b/blocks/press-reviews/build/render.php @@ -9,9 +9,9 @@ $press_reviews_datas = get_field('press_reviews_datas', 'option');