feat: add À la une feature
This commit is contained in:
@@ -26,6 +26,20 @@
|
||||
// Compte PeerTube pour les lives
|
||||
// define('LIVE_ACCOUNT_NAME', 'admin');
|
||||
|
||||
// Mode d'affichage de la section live/vidéo
|
||||
// 'auto' : Détection automatique du direct en cours
|
||||
// 'static' : Afficher une vidéo spécifique (définie par STATIC_VIDEO_ID)
|
||||
// define('LIVE_MODE', 'auto');
|
||||
|
||||
// ID de la vidéo à afficher en mode 'static'
|
||||
// Pour trouver l'ID : https://votre-instance.fr/videos/watch/ID_DE_LA_VIDEO
|
||||
// Exemple : '9c9de5e8-0a1e-484a-b099-e80766180a6d'
|
||||
// define('STATIC_VIDEO_ID', '');
|
||||
|
||||
// Texte du badge à afficher en mode 'static'
|
||||
// Exemples : 'À LA UNE', 'REPLAY', 'VIDÉO SPÉCIALE', etc.
|
||||
// define('STATIC_VIDEO_BADGE', 'À LA UNE');
|
||||
|
||||
// =========================================
|
||||
// Filtres et tags
|
||||
// =========================================
|
||||
|
||||
Reference in New Issue
Block a user