]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/help.component.ts
Support plugin hooks in embed
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.ts
index bcbb464f3ca102388a5def94dbc1e786144edbad..9647e05bdfd6aef7c4ea1bb2e6c3d48004e1de33 100644 (file)
@@ -14,6 +14,7 @@ export class HelpComponent implements OnInit, OnChanges, AfterContentInit {
   @Input() tooltipPlacement = 'right auto'
   @Input() iconName: GlobalIconName = 'help'
   @Input() title = $localize`Get help`
+  @Input() autoClose = 'outside'
 
   @ContentChildren(PeerTubeTemplateDirective) templates: QueryList<PeerTubeTemplateDirective<'preHtml' | 'customHtml' | 'postHtml'>>