Skip to content

Commit 24f9913

Browse files
committed
Enable Marketplace Plugin
Why these changes are being made: This is required to be able to install premium license keys. During the testing in Dev1, it quickly became clear that the Marketplace plugin must be active to manage the premium license keys. How this is implemented: * Add the Marketplace plugin to the [Plugins] section of the config.ini.php file.
1 parent edbcfa3 commit 24f9913

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
@@ -32,6 +32,7 @@
3232
; maximum number of rows for sub-tables of the Events tables (eg. for the subtables Categories>Actions or Categories>Names).
3333
datatable_archiving_maximum_rows_subtable_events = 100
3434

35+
3536
[mail]
3637

3738
[Plugins]
@@ -87,6 +88,7 @@
8788
Plugins[] = "Resolution"
8889
Plugins[] = "DevicePlugins"
8990
Plugins[] = "Heartbeat"
91+
Plugins[] = "Marketplace"
9092
Plugins[] = "Intl"
9193
Plugins[] = "Tour"
9294
Plugins[] = "PagePerformance"

0 commit comments

Comments
 (0)