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

(plugins) adding checkbox and textarea as possible input types, add links in form label

This commit is contained in:
Rigel Kent 2019-11-25 11:19:45 +01:00 committed by Chocobozzz
parent f92bb405d4
commit 2dbbf86086
5 changed files with 15 additions and 3 deletions

View file

@ -18,6 +18,7 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor, AfterCon
@Input() checked = false
@Input() inputName: string
@Input() labelText: string
@Input() labelInnerHTML: string
@Input() helpPlacement = 'top'
@Input() disabled = false