Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
588 B

<div class="input-group">
<input readonly class="form-control" [ngModel]="snapshot.selectedName" (click)="openDialog()" />
<button type="button" class="btn btn-outline-secondary" [disabled]="snapshot.isDisabled" (click)="selectContent()" sqxStopClick>
<i class="icon-close"></i>
</button>
</div>
<ng-container *sqxModal="contentSelectorDialog">
<sqx-content-selector
(select)="select($event)"
[language]="language"
[languages]="languages"
[maxItems]="1"
[schemaIds]="schemaIds">
</sqx-content-selector>
</ng-container>