Skip to content

Commit

Permalink
Add a hint to fill chapters in the description
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 12, 2024
1 parent 45a712e commit 26ca98f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@
<ng-template ngbNavContent>
<div class="row mb-5">
<div class="chapters col-md-12 col-xl-6" formArrayName="chapters">
<div i18n class="alert pt-alert-primary">
Chapters can also be set in the video description.

Check the format <a href="https://docs.joinpeertube.org/use/create-upload-video#chapters" target="_blank">in the PeerTube documentation</a>
</div>

<ng-container *ngFor="let chapterControl of getChaptersFormArray().controls; let i = index">
<div class="chapter" [formGroupName]="i">
<!-- Row 1 -->
Expand Down

0 comments on commit 26ca98f

Please sign in to comment.