add mastodon configuration
This commit is contained in:
@@ -142,3 +142,25 @@ define('PRIORITY_CATEGORIES', [
|
||||
|
||||
// Durée du cache en secondes
|
||||
// define('CACHE_DURATION', 3600); // 1 heure
|
||||
|
||||
// =========================================
|
||||
// Configuration Mastodon
|
||||
// =========================================
|
||||
|
||||
// URL de l'instance Mastodon
|
||||
// define('MASTODON_INSTANCE_URL', 'https://mastodon.social');
|
||||
|
||||
// Format de date pour l'affichage des posts
|
||||
// define('MASTODON_DATE_FORMAT', 'fr-FR');
|
||||
|
||||
// Texte du bouton "Voir plus"
|
||||
// define('MASTODON_BTN_SEE_MORE', 'Voir plus de post');
|
||||
|
||||
// Texte du bouton "Rafraichir"
|
||||
// define('MASTODON_BTN_RELOAD', 'Rafraichir');
|
||||
|
||||
// Nombre maximum de posts à récupérer
|
||||
// define('MASTODON_MAX_POST_FETCH', '10');
|
||||
|
||||
// Nombre maximum de posts à afficher
|
||||
// define('MASTODON_MAX_POST_SHOW', '10');
|
||||
|
||||
Reference in New Issue
Block a user