REMOVING TEST FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-25 16:42:09 +01:00
parent 361950e14b
commit e721d9033d

View File

@ -2,10 +2,7 @@
$postId = $args['postId'];
$componentTitle = 'Auteur·e·s de l\'article';
$authors = get_field('authors', $postId);
?>
<p>.. <?php echo $postId; ?></p>
<p>.. <?php echo var_dump($authors); ?></p>
<section class="authors-list">
<h3 class="authors-list__title"><?php echo $componentTitle; ?></h3>