REBUILDING
This commit is contained in:
parent
e4ce27a833
commit
e61446e2dd
|
|
@ -1 +1 @@
|
||||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => '7248346e1270cebc7ce0');
|
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'ce820c62032b1c2239d6');
|
||||||
|
|
|
||||||
|
|
@ -135,6 +135,10 @@ __webpack_require__.r(__webpack_exports__);
|
||||||
edit: _edit__WEBPACK_IMPORTED_MODULE_2__["default"],
|
edit: _edit__WEBPACK_IMPORTED_MODULE_2__["default"],
|
||||||
save: _save__WEBPACK_IMPORTED_MODULE_3__["default"]
|
save: _save__WEBPACK_IMPORTED_MODULE_3__["default"]
|
||||||
});
|
});
|
||||||
|
wp.blocks.registerBlockStyle("front-header/front-header", {
|
||||||
|
name: "has-overlap",
|
||||||
|
label: "Superposition du bloc suivant”"
|
||||||
|
});
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<ul class="contact-persons__list">
|
<ul class="contact-persons__list">
|
||||||
<?php foreach ($contact_persons as $person) : ?>
|
<?php foreach ($contact_persons as $person) : ?>
|
||||||
<?php get_template_part('template-parts/cards/author-card', '', array('member_id' => $person->ID)); ?>
|
<?php get_template_part('template-parts/components/cards/member-card', '', array('member_id' => $person->ID)); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -45,6 +45,7 @@
|
||||||
'post_type' => 'communique-presse',
|
'post_type' => 'communique-presse',
|
||||||
'posts_per_page' => 10,
|
'posts_per_page' => 10,
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h2 class="communiques-de-presse__title">Nos Communiqués de presse</h2>
|
<h2 class="communiques-de-presse__title">Nos Communiqués de presse</h2>
|
||||||
|
|
||||||
|
|
@ -52,7 +53,8 @@
|
||||||
<div class="communiques-de-presse__list">
|
<div class="communiques-de-presse__list">
|
||||||
|
|
||||||
<?php foreach ($communiques_de_presse as $communique) : ?>
|
<?php foreach ($communiques_de_presse as $communique) : ?>
|
||||||
<?php get_template_part('template-parts/cards/communique-presse-card', '', array('communique_id' => $communique->ID)); ?>
|
<?php get_template_part('template-parts/components/cards/communique-presse-card', '', array('communique_id' => $communique->ID)); ?>
|
||||||
|
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '025809f38879d8aa4d9f');
|
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '3f6b05b882c661442b82');
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,11 @@ wp.blocks.registerBlockStyle("core/heading", {
|
||||||
wp.blocks.registerBlockStyle("core/image", {
|
wp.blocks.registerBlockStyle("core/image", {
|
||||||
name: "framed",
|
name: "framed",
|
||||||
label: "Encadré",
|
label: "Encadré",
|
||||||
|
isDefault: false
|
||||||
|
});
|
||||||
|
wp.blocks.registerBlockStyle("core/image", {
|
||||||
|
name: "framed-rotated",
|
||||||
|
label: "Encadré pivoté",
|
||||||
isDefault: true
|
isDefault: true
|
||||||
});
|
});
|
||||||
wp.blocks.registerBlockStyle("core/image", {
|
wp.blocks.registerBlockStyle("core/image", {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user