From 8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Jul 2019 16:41:25 +0200 Subject: Fix help transcoding placement --- client/src/app/shared/forms/peertube-checkbox.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/forms/peertube-checkbox.component.ts') diff --git a/client/src/app/shared/forms/peertube-checkbox.component.ts b/client/src/app/shared/forms/peertube-checkbox.component.ts index 9578f5618..a4b72aa37 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.ts +++ b/client/src/app/shared/forms/peertube-checkbox.component.ts @@ -19,6 +19,7 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor { @Input() labelText: string @Input() labelHtml: string @Input() helpHtml: string + @Input() helpPlacement = 'top' @Input() disabled = false // FIXME: https://github.com/angular/angular/issues/10816#issuecomment-307567836 -- cgit v1.2.3