Set default value of ULSMobileWebfontsEnabled to false
The default value of ULSMobileWebfontsEnabled is supposed to be false
as per I488e411232a1192.
And it is false in UniversalLanguageSelector.php. But in extension.json
it is true by mistake. Must be a mistake from c3322ba830
Bug: T113983
Change-Id: Ia817b0550ae1777417ef646939810c879e87608d
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"@ULSWebfontsEnabled": "Enable the webfonts feature for all users by default. Can be controlled by the user. @since 2014.02",
|
||||
"ULSWebfontsEnabled": true,
|
||||
"@ULSMobileWebfontsEnabled": "Set whether webfont support is loaded within the mobile interface (via the MobileFrontend extension).",
|
||||
"ULSMobileWebfontsEnabled": true,
|
||||
"ULSMobileWebfontsEnabled": false,
|
||||
"@ULSPosition": "The location and the form of the language selection trigger. The possible values are: (a) \"personal\"- as a link near the username or the log in link in the personal toolbar (default). (b) \"interlanguage\": as an icon near the header of the list of interlanguage links in the sidebar.",
|
||||
"ULSPosition": "personal",
|
||||
"@ULSEventLogging": "Whether to use EventLogging. The EventLogging extension must be installed if this option is enabled. @since 2013.06",
|
||||
|
||||
Reference in New Issue
Block a user