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:
parent
4304cd51d3
commit
cdb0f9445b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"MailAttr": "mail",
|
"MailAttr": "mail",
|
||||||
"Groups": {
|
"Groups": {
|
||||||
"administrator": "__APP__.admin",
|
"administrator": "__APP__.admin",
|
||||||
"editor": "",
|
"editor": "__APP__.editor",
|
||||||
"author": "",
|
"author": "",
|
||||||
"contributor": "",
|
"contributor": "",
|
||||||
"subscriber": "__APP__.main"
|
"subscriber": "__APP__.main"
|
||||||
|
|
Loading…
Add table
Reference in a new issue