From f779f82a76fa1f7f76a6067652d4f55db866292d Mon Sep 17 00:00:00 2001 From: Astatin3 <77305074+Astatin3@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:25:38 -0600 Subject: [PATCH] Admins should access the docs --- modules/main/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/main/module.json b/modules/main/module.json index 581de3c..0d89466 100755 --- a/modules/main/module.json +++ b/modules/main/module.json @@ -1,7 +1,7 @@ { "name": "main", "creators": ["ASTATIN3"], - "version": "1.0", + "version": "1.1", "entrypoint": "modules/main/main.py", "tabs": [ { @@ -27,7 +27,7 @@ { "type": "page", "name": "Modules", - "requiredPermGroup": "Admins", + "requiredPermGroup": "", "location": "modules/main/docs-writing-modules.html" } ] @@ -53,4 +53,4 @@ ] } ] -} \ No newline at end of file +}