feat: limit default categories and hashtags to podcast scope

This commit is contained in:
2026-07-25 15:19:36 +04:00
parent 521ad8c7f1
commit 4114b9e8e3
3 changed files with 14 additions and 34 deletions
+6 -6
View File
@@ -348,7 +348,7 @@ Valeurs par défaut issues de `includes/config.default.php`.
| Afficher le nombre de vues sur les cartes vidéo
| `PRIORITY_CATEGORIES`
| `[11, 15, 4, 9, 10]`
| `[10, 15]`
| Catégories mises en avant : `[ID => 'Nom']`, ordre = ordre d'affichage (accueil, sidebar, footer, menu mobile)
| `DEFAULT_TIMEZONE`
@@ -636,11 +636,11 @@ NOTE: Au moins une plateforme (LiberaPay, Ko-fi ou Stripe) doit être configuré
| Durée max d'un short (s) ; ratio portrait (`aspectRatio ≤ 1`) aussi requis
| `IMPORTANT_TAGS`
| `['ANNUKUTECED', 'podcast', …]`
| `['ANNUKUTECED']`
| Hashtags de la sidebar, du footer et du menu mobile
| `POPULAR_TAGS`
| `['podcast', 'annukuteced', …]`
| `['ANNUKUTECED']`
| Hashtags affichés sur l'accueil
|===
@@ -1276,7 +1276,7 @@ Default values from `includes/config.default.php`.
| Show view counts on video cards
| `PRIORITY_CATEGORIES`
| `[11, 15, 4, 9, 10]`
| `[10, 15]`
| Featured categories: `[ID => 'Name']`, order = display order (homepage, sidebar, footer, mobile menu)
| `DEFAULT_TIMEZONE`
@@ -1564,11 +1564,11 @@ NOTE: At least one platform (LiberaPay, Ko-fi or Stripe) must be configured for
| Max short duration (s); portrait ratio (`aspectRatio ≤ 1`) also required
| `IMPORTANT_TAGS`
| `['ANNUKUTECED', 'podcast', …]`
| `['ANNUKUTECED']`
| Hashtags in the sidebar, footer and mobile menu
| `POPULAR_TAGS`
| `['podcast', 'annukuteced', …]`
| `['ANNUKUTECED']`
| Hashtags displayed on the homepage
|===