ULS persistent preference system.
Change-Id: Ieb22e09f226e770c9935b875f4226a75ffd8c46d
This commit is contained in:
committed by
Amir E. Aharoni
parent
7ab6960645
commit
1bc80d58ba
@@ -77,11 +77,24 @@ $wgResourceModules['ext.uls.init'] = array(
|
||||
'position' => 'top',
|
||||
);
|
||||
|
||||
$wgResourceModules['ext.uls.preferences'] = array(
|
||||
'scripts' => 'resources/js/ext.uls.preferences.js',
|
||||
'localBasePath' => $dir,
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
'dependencies' => array(
|
||||
'mediawiki.user',
|
||||
'jquery.json',
|
||||
),
|
||||
);
|
||||
|
||||
$wgResourceModules['ext.uls.languagesettings'] = array(
|
||||
'scripts' => 'resources/js/ext.uls.languagesettings.js',
|
||||
'styles' => 'resources/css/ext.uls.languagesettings.css',
|
||||
'localBasePath' => $dir,
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
'dependencies' => array(
|
||||
'ext.uls.preferences',
|
||||
),
|
||||
);
|
||||
|
||||
$wgResourceModules['ext.uls.webfonts'] = array(
|
||||
|
||||
Reference in New Issue
Block a user