]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/help.component.ts
Add help concerning NSFW videos in upload
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / help.component.ts
index 9defd9aa4cc54920d397a2521e1cf96347f0a53e..0373a63de72f4cfdbc1f18b90a482e637bb50f99 100644 (file)
@@ -12,6 +12,7 @@ export class HelpComponent implements OnInit, OnChanges {
   @Input() postHtml = ''
   @Input() customHtml = ''
   @Input() helpType: 'custom' | 'markdownText' | 'markdownEnhanced' = 'custom'
+  @Input() tooltipPlacement = 'right'
 
   mainHtml = ''