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:
parent
f92bb405d4
commit
2dbbf86086
5 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue