]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.ts
Fix broken playlist api
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.ts
index 9578f56186a1df4b3d96d6cae9c650da8d57043d..a4b72aa37ad0c3c50bb521db0e8076f49c5e7b8f 100644 (file)
@@ -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