Manual:$wgResourceLoaderLESSImportPaths/pl
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.32.0. |
| ResourceLoader: $wgResourceLoaderLESSImportPaths | |
|---|---|
| Default import paths for LESS modules. |
|
| Wprowadzono w wersji: | 1.22.0 (Gerrit change 78669; git #b67b9e1b) |
| Usunięto w wersji: | 1.32.0 (Gerrit change 434046; git #eaf40e6d) |
| Dozwolone wartości: | (array) |
| Domyślna wartość: | "$IP/resources/src/mediawiki.less/" |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.