Editors can:
- Publish videos in this channel
- Manage, update or delete videos, comments, playlists of this channel
- Add or delete channel synchronization
- Update information of this channel (title, description, banner...)
But editors cannot:
- Delete the channel
- Add or remove other editors
Current editors
@for (collaborator of videoChannelEdit.collaborators; track collaborator.id) {
{{ collaborator.account.displayName }}
@if (isOwner() || isCollaborator(collaborator)) {
}
} @empty {
No editors at the moment
}
@if (isOwner()) {
New editor
Invite
}