Skip to content

Commit f50f598

Browse files
committed
Activate SearchEngineKeywordsPerformance Plugin
Why these changes are being introduced: The files are in place in the container across all three environments and the `./console plugin:activate` command has been run once in all three environments (which preps the database). Now we need to ensure that any container redeploys maintain the active status for this plugin. How this addresses that need: * Add the SearchEngineKeywordsPerformance to the list of installed plugins * Add the SearchEngineKeywordsPerformance to the list of active plugins Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-558
1 parent e6764e9 commit f50f598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/config.ini.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
Plugins[] = "CustomVariables"
108108
Plugins[] = "EnvironmentVariables"
109109
Plugins[] = "HeatmapSessionRecording"
110+
Plugins[] = "SearchEngineKeywordsPerformance"
110111
Plugins[] = "UsersFlow"
111112

112113

@@ -183,6 +184,7 @@
183184
PluginsInstalled[] = "VisitsSummary"
184185
PluginsInstalled[] = "WebsiteMeasurable"
185186
PluginsInstalled[] = "Widgetize"
187+
PluginsInstalled[] = "SearchEngineKeywordsPerformance"
186188

187189
[HeatmapSessionRecording]
188190
add_tracking_code_only_when_needed = 1

0 commit comments

Comments
 (0)