From 660bb09bf3d301fd1bf832bb1827efe655e0b5cc Mon Sep 17 00:00:00 2001 From: Noemie Ariste Date: Wed, 8 Jan 2025 14:07:36 +1300 Subject: [PATCH] Implement new subplugintypes object --- db/subplugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/subplugins.json b/db/subplugins.json index a2af3bf4..3c110eb6 100644 --- a/db/subplugins.json +++ b/db/subplugins.json @@ -1,4 +1,7 @@ { + "subplugintypes": { + "certificateelement": "element" + }, "plugintypes": { "certificateelement": "admin\/tool\/certificate\/element" }