diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-19 11:47:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-19 11:47:02 +0200 |
commit | 41f657c570472d0f96aece3234497f83b760dfa0 (patch) | |
tree | 01f1eb2555d23901ebc20bf01faf0242ebde6acb /client/src/app/shared/misc/help.component.ts | |
parent | 0883b3245bf0deb9106c4041e9afbd3521b79280 (diff) | |
download | PeerTube-41f657c570472d0f96aece3234497f83b760dfa0.tar.gz PeerTube-41f657c570472d0f96aece3234497f83b760dfa0.tar.zst PeerTube-41f657c570472d0f96aece3234497f83b760dfa0.zip |
Add help concerning NSFW videos in upload
Diffstat (limited to 'client/src/app/shared/misc/help.component.ts')
-rw-r--r-- | client/src/app/shared/misc/help.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/misc/help.component.ts b/client/src/app/shared/misc/help.component.ts index 9defd9aa4..0373a63de 100644 --- a/client/src/app/shared/misc/help.component.ts +++ b/client/src/app/shared/misc/help.component.ts | |||
@@ -12,6 +12,7 @@ export class HelpComponent implements OnInit, OnChanges { | |||
12 | @Input() postHtml = '' | 12 | @Input() postHtml = '' |
13 | @Input() customHtml = '' | 13 | @Input() customHtml = '' |
14 | @Input() helpType: 'custom' | 'markdownText' | 'markdownEnhanced' = 'custom' | 14 | @Input() helpType: 'custom' | 'markdownText' | 'markdownEnhanced' = 'custom' |
15 | @Input() tooltipPlacement = 'right' | ||
15 | 16 | ||
16 | mainHtml = '' | 17 | mainHtml = '' |
17 | 18 | ||