Prio | Original string | Translation | — |
---|---|---|---|
↑ | Extend Gutenberg Reusable Blocks feature with a complete admin panel, widgets, shortcodes and PHP functions. | Étend la fonctionnalité Blocs réutilisables de Gutenberg avec un panneau d’administration complet et des widgets, des codes courts et des fonctions PHP simple à utiliser. | Details |
Original current
Extend Gutenberg Reusable Blocks feature with a complete admin panel, widgets, shortcodes and PHP functions.
You have to log in to edit this translation. Meta |
|||
↑ | Reusable Blocks Extended | Reusable Blocks Extended | Details |
Original currentMeta |
|||
NEW: An easy tool to convert reusable blocks to block patterns in one click! | NOUVEAUTÉ : un outil simple d’utilisation pour convertir les blocs réutilisables en compositions de blocs, en un clic ! | Details | |
Original current
NEW: An easy tool to convert reusable blocks to block patterns in one click!
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
For a full presentation of Reusable Blocks Extended, see this <a href="https://jeanbaptisteaudras.com/en/2019/12/gutenberg-reusable-blocks-wordcamp-marseille-talk-synthesis/">WordCamp Talk synthesis available on my blog</a>. | Pour une présentation complète de Reusable Blocks Extended, consultez cette <a href="https://jeanbaptisteaudras.com/2019/12/gutenberg-les-blocs-reutilisables/">synthèse de ma conférence au WordCamp Marseille 2019 sur mon blog</a>. | Details | |
Original current
For a full presentation of Reusable Blocks Extended, see this <a href="https://jeanbaptisteaudras.com/en/2019/12/gutenberg-reusable-blocks-wordcamp-marseille-talk-synthesis/">WordCamp Talk synthesis available on my blog</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Provide a <strong>live preview of your reusable blocks</strong> from the Reusable Blocks admin screen, with your theme stylesheets | Fournit un <strong>aperçu en live de vos blocs réutilisables</strong> à partir de l’écran d’administration, en utilisant les feuilles de styles de votre thème. | Details | |
Original current
Provide a <strong>live preview of your reusable blocks</strong> from the Reusable Blocks admin screen, with your theme stylesheets
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
This plugin extends the Reusable Blocks admin interface and provides few fancy features: | Cette extension étend l’interface d’administration des blocs réutilisables et fournit quelques belles fonctionnalités : | Details | |
Original current
This plugin extends the Reusable Blocks admin interface and provides few fancy features:
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Provide some Reusable Blocks PHP functions to use your block anywhere you want in your theme even | Propose des fonctions PHP « Bloc réutilisable » afin de pouvoir utiliser vos blocs n’importe où sur votre thème ! | Details | |
Original current
Provide some Reusable Blocks PHP functions to use your block anywhere you want in your theme even
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Provide a Reusable Blocks Shortcode to use your block anywhere you want in your Post types (even if they use the Classic Editor rather than Gutenberg!) | Propose un code court (shortcode) « Bloc réutilisable » afin de pouvoir utiliser vos blocs où vous le souhaitez dans vos types de publications (même si elles utilisent l’éditeur classique à la place de Gutenberg) | Details | |
Original current
Provide a Reusable Blocks Shortcode to use your block anywhere you want in your Post types (even if they use the Classic Editor rather than Gutenberg!)
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Provide a Reusable Blocks Widget to use your block anywhere you want in your theme’s widgets areas | Propose un widget « Bloc réutilisable » afin de pouvoir utiliser vos blocs où vous le souhaitez dans les emplacements de widgets de votre thème | Details | |
Original current
Provide a Reusable Blocks Widget to use your block anywhere you want in your theme’s widgets areas
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Provide a list of Posts where each Reusable Block is used and the date it was last modified | Propose la liste des publications dans lesquelles chaque bloc réutilisable est utilisé et la date de dernière modification de chaque bloc réutilisable | Details | |
Original current
Provide a list of Posts where each Reusable Block is used and the date it was last modified
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Activate Reusable Blocks admin screen | Activation de l’écran d’administration des blocs réutilisables | Details | |
Original current
Activate Reusable Blocks admin screen
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Add Reusable Blocks dashboard informations | Ajout d’informations concernant les blocs réutilisables sur le tableau de bord | Details | |
Original current
Add Reusable Blocks dashboard informations
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Note for developers: you may also need to <strong>get</strong> the shortcode data <strong>before</strong> displaying it. In this case, you should use the following function:↵ reblex_get_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK ); | Note pour les développeuses et développeurs : vous pourriez aussi avoir besoin <strong>d’obtenir</strong> les données renvoyées par la fonction <strong>avant</strong> de les afficher. Dans ce cas, vous pouvez utiliser la fonction suivante : <code>reblex_get_block( ID_DU_BLOC_REUTILISABLE );</code> | Details | |
Original current
Note for developers: you may also need to <strong>get</strong> the shortcode data <strong>before</strong> displaying it. In this case, you should use the following function:↵
reblex_get_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Syntax: ↵ reblex_display_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK ); | Syntaxe : <code>reblex_display_block( ID_DU_BLOC_REUTILISABLE );</code> | Details | |
Original current
Syntax: ↵
reblex_display_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Syntax: <code>[reblex id="NUMERIC_ID_OF_THE_REUSABLE_BLOCK"]</code> | Syntaxe : <code>[reblex id="ID_DU_BLOC_REUTILISABLE"]</code> | Details | |
Original current
Syntax: <code>[reblex id="NUMERIC_ID_OF_THE_REUSABLE_BLOCK"]</code>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description paragraph.