Enable new install button on AMO (all envs, including -prod) (#6386)
This commit is contained in:
Родитель
fa377588ce
Коммит
18b253437f
|
@ -119,4 +119,6 @@ module.exports = {
|
|||
|
||||
// Turn on recommendations in details pages.
|
||||
enableFeatureAddonRecommendations: true,
|
||||
|
||||
enableFeatureAMInstallButton: true,
|
||||
};
|
||||
|
|
|
@ -25,6 +25,5 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
|
||||
enableFeatureAMInstallButton: true,
|
||||
enableFeatureInlineAddonReview: true,
|
||||
};
|
||||
|
|
|
@ -11,6 +11,5 @@ module.exports = {
|
|||
fxaConfig: 'local',
|
||||
trackingEnabled: false,
|
||||
loggingLevel: 'debug',
|
||||
enableFeatureAMInstallButton: true,
|
||||
enableFeatureInlineAddonReview: true,
|
||||
};
|
||||
|
|
|
@ -24,6 +24,4 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
},
|
||||
|
||||
enableFeatureAMInstallButton: true,
|
||||
};
|
||||
|
|
|
@ -16,6 +16,4 @@ module.exports = {
|
|||
trackingEnabled: false,
|
||||
loggingLevel: 'debug',
|
||||
enableNodeStatics: true,
|
||||
|
||||
enableFeatureAMInstallButton: true,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче