mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Merge pull request #4937 from ErisDS/cleanup
Remove odd duplication from permissions.json
This commit is contained in:
commit
b1d4c3d5c4
1 changed files with 0 additions and 2 deletions
|
@ -160,7 +160,6 @@
|
||||||
"slug": "all",
|
"slug": "all",
|
||||||
"tag": "all",
|
"tag": "all",
|
||||||
"user": "all",
|
"user": "all",
|
||||||
"setting": ["browse", "read"],
|
|
||||||
"role": "all"
|
"role": "all"
|
||||||
},
|
},
|
||||||
"Author": {
|
"Author": {
|
||||||
|
@ -169,7 +168,6 @@
|
||||||
"slug": "all",
|
"slug": "all",
|
||||||
"tag": ["browse", "read", "add"],
|
"tag": ["browse", "read", "add"],
|
||||||
"user": ["browse", "read"],
|
"user": ["browse", "read"],
|
||||||
"setting": ["browse", "read"],
|
|
||||||
"role": ["browse"]
|
"role": ["browse"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue