- ContentSource handling in message
- ContentSource list, add/update ui
- nextPageSelector and imageSelector can be null
- cleanup
This commit is contained in:
Jérémy Guillot
2024-06-30 20:47:27 +02:00
parent ba30d3102d
commit 3012adfee7
24 changed files with 762 additions and 707 deletions

View File

@@ -38,7 +38,7 @@
<ul class="ml-8 mt-2 space-y-4">
<li><a href="{{ path('app_settings_general') }}" class="hover:text-green-600">Général</a></li>
<li><a href="{{ path('app_settings_folders') }}" class="hover:text-green-600">Dossiers</a></li>
<li><a href="{{ path('app_settings_scrappers') }}" class="hover:text-green-600">Scrappers</a></li>
<li><a href="{{ path('app_settings_scrappers_list') }}" class="hover:text-green-600">Scrappers</a></li>
<li><a href="{{ path('app_settings_ui') }}" class="hover:text-green-600">UI</a></li>
</ul>
{% endif %}