diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-25 18:32:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-25 18:32:53 +0200 |
commit | 74af5145f210e7e23d40b22c9ee3d968723d2595 (patch) | |
tree | d8910eeb89d75e36ecd5fd4f6090ec643d13a099 /client/src/app/+my-account | |
parent | 407eab9c954a99fa8b65c637e4b1a37920fd849e (diff) | |
download | PeerTube-74af5145f210e7e23d40b22c9ee3d968723d2595.tar.gz PeerTube-74af5145f210e7e23d40b22c9ee3d968723d2595.tar.zst PeerTube-74af5145f210e7e23d40b22c9ee3d968723d2595.zip |
Video support field inherits channel support field
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html index d5fb6262a..10d408d55 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html | |||
@@ -28,7 +28,10 @@ | |||
28 | 28 | ||
29 | <div class="form-group"> | 29 | <div class="form-group"> |
30 | <label for="support">Support</label> | 30 | <label for="support">Support</label> |
31 | <my-help helpType="markdownEnhanced" preHtml="Short text to tell people how they can support your channel (membership platform...)."></my-help> | 31 | <my-help |
32 | helpType="markdownEnhanced" preHtml="Short text to tell people how they can support your channel (membership platform...).<br /><br /> | ||
33 | When you will upload a video in this channel, the video support field will be automatically filled by this text." | ||
34 | ></my-help> | ||
32 | <my-markdown-textarea | 35 | <my-markdown-textarea |
33 | id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" | 36 | id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" |
34 | [classes]="{ 'input-error': formErrors['support'] }" | 37 | [classes]="{ 'input-error': formErrors['support'] }" |