FEATURE Adatping correct nameclasses for block
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-11 11:17:38 +02:00
parent 017dc7c1ef
commit e6d2ca7023

View File

@ -1,5 +1,5 @@
<?php
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'press-ressources alignwide']);
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'reportages-list alignwide']);
$contact_persons = get_field('contact_persons', 'option');
$ressources_graphiques = get_field('ressources_graphiques', 'option');
@ -8,7 +8,7 @@
<section <?php echo $wrapper_attributes; ?>>
<div class="ressources-tabs-grid ressources-grid-content-wrapper" data-active-tab="communiques">
<h2 class="reportages-grid__title">Quelques reportages</h2>
<?php get_template_part('template-parts/post-types/reportages/reportages-grid'); ?>
</div>