]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+manage/video-channel-edit/video-channel-edit.component.html
Add channel hooks
[github/Chocobozzz/PeerTube.git] / client / src / app / +manage / video-channel-edit / video-channel-edit.component.html
index 61b89082c38bd021a1155c2e4fef72a0ebd65d1e..b557fb011d1eebe8976ab178e7be0772ebe26363 100644 (file)
@@ -10,7 +10,7 @@
       </div>
 
       <div class="col-12 col-lg-8 col-xl-9">
-        <h6 i18n>Banner image of the channel</h6>
+        <label i18n>Banner image of the channel</label>
 
         <my-actor-banner-edit
           *ngIf="videoChannel" [previewImage]="isCreation()"
             helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support the channel (membership platform...).<br /><br />
       When a video is uploaded in this channel, the video support field will be automatically filled by this text."
           ></my-help>
+
           <my-markdown-textarea
-              id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced"
-              [classes]="{ 'input-error': formErrors['support'] }"
+            id="support" formControlName="support" markdownType="enhanced"
+            [formError]="formErrors['support']"
           ></my-markdown-textarea>
-          <div *ngIf="formErrors.support" class="form-error">
-            {{ formErrors.support }}
-          </div>
         </div>
 
         <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()">