1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Fix admin config form for auto follow

This commit is contained in:
Chocobozzz 2020-01-21 10:47:56 +01:00
parent 7738273b80
commit 4ee6a8b13e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 14 additions and 12 deletions

View file

@ -28,6 +28,7 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
@Input() truncate: number
@Input() markdownType: 'text' | 'enhanced' = 'text'
@Input() markdownVideo = false
@Input() name = 'description'
textareaMarginRight = '0'
flexDirection = 'column'