mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-11 16:58:14 +00:00
Remove remaining references to beta
Bug: T193053 Change-Id: I2e2d722bb99f1ec044749ef74122b4b7bdf119e2
This commit is contained in:
parent
af606b37cb
commit
f6524d9315
|
@ -18,8 +18,6 @@
|
|||
* This extension requires that the PageImages and TextExtracts
|
||||
* extensions have also been installed.
|
||||
*
|
||||
* Install BetaFeatures if you don't want Popups to load for all users.
|
||||
*
|
||||
* @file
|
||||
* @ingroup extensions
|
||||
*/
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"PopupsGateway": "mwApiPlain",
|
||||
"@PopupsRestGatewayEndpoint": "Specify a REST endpoint where summaries should be sourced from. Endpoint must meet the spec at https://www.mediawiki.org/wiki/Specs/Summary/1.2.0",
|
||||
"PopupsRestGatewayEndpoint": "/api/rest_v1/page/summary/",
|
||||
"@PopupsAnonsExperimentalGroupSize": "Defines the fraction of users that should be subject to an A/B test. When enabled half of users in this group will see page previews. The rest will be divided into one of two buckets where previews will not show and the control group size will match the enabled bucket. If undefined, or 0, no users will be subject to experimentation and previews will be enabled for everyone unless wgPopupsBetaFeature is enabled.",
|
||||
"@PopupsAnonsExperimentalGroupSize": "Defines the fraction of users that should be subject to an A/B test. When enabled half of users in this group will see page previews. The rest will be divided into one of two buckets where previews will not show and the control group size will match the enabled bucket. If undefined, or 0, no users will be subject to experimentation and previews will be enabled for everyone.",
|
||||
"PopupsAnonsExperimentalGroupSize": 0,
|
||||
"@PopupsEventLogging": "Whether we should log events. This should be used carefully alongside PopupsAnonsExperimentalGroupSize. Note if this is enabled without using that variable events will be logged for all users. Be careful!",
|
||||
"PopupsEventLogging": false,
|
||||
|
|
Loading…
Reference in a new issue