Remove UniversalLanguageSelector instrument
Per T275894, Readers Web intend to increase the scope of the UniversalLanguageSelector instrument to help them understand how users are interacting with the Languages list in sidebar. In order to keep the UniversalLanguageSelector extension focussed and not overly Wikimedia-specific, it was agreed that the instrument would be migrated to the WikimediaEvents extension, where other such instruments are located. Therefore, remove all code related to the UniversalLanguageSelector instrument. Bug: T275894 Depends-On: I2acee8ba8dc59c497dc6ba42cd5bd88dfd985c8b Change-Id: I72b1d0ff35488521b3499e9606efee26baff8c00
This commit is contained in:
@@ -94,10 +94,6 @@
|
||||
"description": "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.",
|
||||
"value": "personal"
|
||||
},
|
||||
"ULSEventLogging": {
|
||||
"description": "Whether to use EventLogging. The EventLogging extension must be installed if this option is enabled. @since 2013.06",
|
||||
"value": false
|
||||
},
|
||||
"ULSImeSelectors": {
|
||||
"description": "Array of jQuery selectors of elements on which IME should be enabled. @since 2013.11",
|
||||
"value": [
|
||||
@@ -139,7 +135,6 @@
|
||||
"mobile"
|
||||
],
|
||||
"scripts": [
|
||||
"js/ext.uls.eventlogger.js",
|
||||
"js/ext.uls.common.js"
|
||||
],
|
||||
"styles": "css/ext.uls.less",
|
||||
@@ -431,12 +426,5 @@
|
||||
"ext.uls.preferences"
|
||||
]
|
||||
},
|
||||
"attributes": {
|
||||
"EventLogging": {
|
||||
"Schemas": {
|
||||
"UniversalLanguageSelector": "/analytics/legacy/universallanguageselector/1.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user