1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

fix missing "editor perm" in conf file

This commit is contained in:
Gofannon 2023-03-28 23:20:46 +02:00 committed by GitHub
parent 4304cd51d3
commit cdb0f9445b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"MailAttr": "mail",
"Groups": {
"administrator": "__APP__.admin",
"editor": "",
"editor": "__APP__.editor",
"author": "",
"contributor": "",
"subscriber": "__APP__.main"