FEATURE Handling dynamiques articles post type handling in hasPostTypeNumerotation function

This commit is contained in:
Antoine M 2026-03-20 16:59:27 +01:00
parent b6bf2de725
commit 405097cbb0

View File

@ -94,6 +94,7 @@ function handle_posts_numerotation_remapping($post_type)
function hasPostTypeNumerotation($post_type)
{
switch ($post_type) {
case 'articles':
case 'analyses-etudes':
case 'expositions':
case 'outils-pedagogiques':