Handbuch:$wgResourceLoaderLESSImportPaths
Diese Funktion wurde in der Version 1.32.0 vollständig entfernt. |
ResourceLoader: $wgResourceLoaderLESSImportPaths | |
---|---|
Default import paths for LESS modules. |
|
Eingeführt in Version: | 1.22.0 (Gerrit change 78669; git #b67b9e1b) |
Entfernt in Version: | 1.32.0 (Gerrit change 434046; git #eaf40e6d) |
Erlaubte Werte: | (Array) |
Standardwert: | "$IP /resources/src/mediawiki.less/" |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
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.