0
Fork 0
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:
Sebastian Gierlinger 2015-02-22 21:38:20 +01:00
commit b1d4c3d5c4

View file

@ -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"]
} }
} }