Manual:$wgResourceLoaderLESSImportPaths/fr
Cette fonctionnalité a été supprimée entièrement dans la version 1.32.0. |
ResourceLoader: $wgResourceLoaderLESSImportPaths | |
---|---|
Default import paths for LESS modules. |
|
Introduit dans la version : | 1.22.0 (Gerrit change 78669; git #b67b9e1b) |
Retiré dans la version : | 1.32.0 (Gerrit change 434046; git #eaf40e6d) |
Valeurs autorisées : | (array) |
Valeur par défaut : | "$IP /resources/src/mediawiki.less/" |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Default import paths for LESS modules.
LESS files referenced in @import
statements will be looked up here first, and relative to the importing file second.
To avoid collisions, it's important for the LESS files in these directories to have a common, predictable file name prefix.
Extensions need not (and should not) register paths in $wgResourceLoaderLESSImportPaths
.
The import path includes the path of the currently compiling LESS file, which allows each extension to freely import files from its own tree.