mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
WIP plugins: plugin settings on server side
This commit is contained in:
parent
ffb321bedc
commit
ad91e7006e
20 changed files with 419 additions and 61 deletions
|
@ -62,7 +62,9 @@ const SORTABLE_COLUMNS = {
|
|||
|
||||
USER_NOTIFICATIONS: [ 'createdAt' ],
|
||||
|
||||
VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ]
|
||||
VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ],
|
||||
|
||||
PLUGINS: [ 'name', 'createdAt', 'updatedAt' ]
|
||||
}
|
||||
|
||||
const OAUTH_LIFETIME = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue