Actions

Using Foreground and VisualEditor/fr

< Using Foreground and VisualEditor

Si vous souhaitez utiliser l'habillage Foreground avec l’extension VisualEditor (en), vous devrez l’ajouter au code $wgVisualEditorSupportedSkins du paramètre de configuration dans votre fichier "LocalSettings.php" après l’inclusion de l’extension VisualEditor :

PHP 5.4 ou version supérieure
$wgVisualEditorSupportedSkins = [
    'foreground',
    'vector'
];
PHP 5.3 ou version antérieure
$wgVisualEditorSupportedSkins = array(
    'foreground',
    'vector'
);

Notez que si vous utilisez uniquement Foreground sur votre wiki, vous n'avez pas besoin d'avoir 'vector' dans le tableau mentionné ici.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.