add help popup for choosing license (#3306)
Co-authored-by: Rigel Kent <par@rigelk.eu>
This commit is contained in:
parent
dc13623baa
commit
2b8d7a7d59
|
@ -72,6 +72,15 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label i18n for="licence">Licence</label>
|
||||
|
||||
<my-help>
|
||||
<ng-template ptTemplate="customHtml">
|
||||
<ng-container i18n>
|
||||
<a href="https://chooser-beta.creativecommons.org/" target="_blank" rel="noopener noreferrer">Choose</a> the appropriate license for your work.
|
||||
</ng-container>
|
||||
</ng-template>
|
||||
</my-help>
|
||||
|
||||
<my-select-options
|
||||
labelForId="licence" [items]="videoLicences" formControlName="licence" [clearable]="true"
|
||||
></my-select-options>
|
||||
|
|
Loading…
Reference in New Issue