add missing permission nodes to UI
This commit is contained in:
parent
0327451302
commit
7f95734891
3 changed files with 12 additions and 0 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -9244,6 +9244,14 @@ export interface Locale extends ILocale {
|
|||
* Compose or delete scheduled notes
|
||||
*/
|
||||
"write:notes-schedule": string;
|
||||
/**
|
||||
* Read abuse report notification recipients
|
||||
*/
|
||||
"read:admin:abuse-report:notification-recipient": string;
|
||||
/**
|
||||
* Edit abuse report notification recipients
|
||||
*/
|
||||
"write:admin:abuse-report:notification-recipient": string;
|
||||
};
|
||||
"_auth": {
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -71,6 +71,8 @@ export const permissions = [
|
|||
'read:admin:meta',
|
||||
'write:admin:reset-password',
|
||||
'write:admin:resolve-abuse-user-report',
|
||||
'read:admin:abuse-report:notification-recipient',
|
||||
'write:admin:abuse-report:notification-recipient',
|
||||
'write:admin:send-email',
|
||||
'read:admin:server-info',
|
||||
'read:admin:show-moderation-log',
|
||||
|
|
|
|||
|
|
@ -522,6 +522,8 @@ _permissions:
|
|||
"write:admin:reject-quotes": "Allow/Prohibit quote posts from a user"
|
||||
"read:notes-schedule": "View your list of scheduled notes"
|
||||
"write:notes-schedule": "Compose or delete scheduled notes"
|
||||
"read:admin:abuse-report:notification-recipient": "Read abuse report notification recipients"
|
||||
"write:admin:abuse-report:notification-recipient": "Edit abuse report notification recipients"
|
||||
|
||||
robotsTxt: "Custom robots.txt"
|
||||
robotsTxtDescription: "Adding entries here will override the default robots.txt packaged with Sharkey."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue