aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/peertube-checkbox.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-11-25 11:19:45 +0100
committerChocobozzz <chocobozzz@framasoft.org>2019-11-25 11:19:45 +0100
commit2dbbf86086bd6bc29343e6c4fbd0d664ec877ac7 (patch)
tree1a495031f008565b6fa5e13a5676841b0fc3b8c9 /client/src/app/shared/forms/peertube-checkbox.component.ts
parentf92bb405d48af737636fec1025e19f27d7044158 (diff)
downloadPeerTube-2dbbf86086bd6bc29343e6c4fbd0d664ec877ac7.tar.gz
PeerTube-2dbbf86086bd6bc29343e6c4fbd0d664ec877ac7.tar.zst
PeerTube-2dbbf86086bd6bc29343e6c4fbd0d664ec877ac7.zip
(plugins) adding checkbox and textarea as possible input types, add links in form label
Diffstat (limited to 'client/src/app/shared/forms/peertube-checkbox.component.ts')
-rw-r--r--client/src/app/shared/forms/peertube-checkbox.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/forms/peertube-checkbox.component.ts b/client/src/app/shared/forms/peertube-checkbox.component.ts
index 3b8f39ed0..0303b7e2a 100644
--- a/client/src/app/shared/forms/peertube-checkbox.component.ts
+++ b/client/src/app/shared/forms/peertube-checkbox.component.ts
@@ -18,6 +18,7 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor, AfterCon
18 @Input() checked = false 18 @Input() checked = false
19 @Input() inputName: string 19 @Input() inputName: string
20 @Input() labelText: string 20 @Input() labelText: string
21 @Input() labelInnerHTML: string
21 @Input() helpPlacement = 'top' 22 @Input() helpPlacement = 'top'
22 @Input() disabled = false 23 @Input() disabled = false
23 24