centralisation des tags de complétion par thème

This commit is contained in:
Tykayn 2025-07-05 17:21:18 +02:00 committed by tykayn
parent 6cfb2f0958
commit c7e4f4e6a2
7 changed files with 433 additions and 184 deletions

View file

@ -117,6 +117,7 @@ class FollowUpController extends AbstractController
'followup_labels' => FollowUpService::getFollowUpThemes(),
'followup_icons' => FollowUpService::getFollowUpIcons(),
'followup_overpass' => FollowUpService::getFollowUpOverpassQueries(),
'completion_tags' => FollowUpService::getFollowUpCompletionTags(),
]);
}