mirror of https://github.com/Chocobozzz/PeerTube
Add a hint to fill chapters in the description
parent
66b2d7d0f5
commit
8e0144a089
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue