Resources.php: Create a section for MediaWiki UI
The modules were placed under MediaWiki Legacy… Change-Id: I36d8753689a286a7cb6a0df128ce0e1e3d7ee780
This commit is contained in:
parent
f1a81ca186
commit
029843206a
1 changed files with 3 additions and 1 deletions
|
|
@ -1333,6 +1333,9 @@ return array(
|
|||
),
|
||||
'position' => 'top',
|
||||
),
|
||||
|
||||
/* MediaWiki UI */
|
||||
|
||||
'mediawiki.ui' => array(
|
||||
'skinStyles' => array(
|
||||
'default' => 'resources/mediawiki.ui/default.less',
|
||||
|
|
@ -1360,7 +1363,6 @@ return array(
|
|||
),
|
||||
'targets' => array( 'desktop', 'mobile' ),
|
||||
),
|
||||
|
||||
'oojs-ui' => array(
|
||||
'scripts' => array(
|
||||
'resources/oojs-ui/oojs-ui.js',
|
||||
|
|
|
|||
Loading…
Reference in a new issue