From 4dfd149d9a9dc69c846df7c5b91d91a0349b3d34 Mon Sep 17 00:00:00 2001 From: pkp-machine-user Date: Thu, 19 Mar 2026 09:33:55 -0700 Subject: [PATCH] pkp/pkp-lib#12468 Make the plugin gallery URL configurable (configuration change) --- config.TEMPLATE.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.TEMPLATE.inc.php b/config.TEMPLATE.inc.php index a2362884e7..ea022f1ca7 100644 --- a/config.TEMPLATE.inc.php +++ b/config.TEMPLATE.inc.php @@ -292,6 +292,10 @@ ;N.b.: The implicit_auth parameter has been removed in favor of plugin implementations such as shibboleth +; The URL to use to fetch the plugin gallery plugin list +; BEWARE: You should not extend the gallery with custom plugin gallery listing that collide with the official ones! +;plugin_gallery_urls = '["https://pkp.sfu.ca/ojs/xml/plugins.xml"]' + ;;;;;;;;;;;;;;;;;; ; Email Settings ;