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
571 B

<div class="input-group">
<input class="form-control" readonly [ngModel]="snapshot.selectedName" (click)="contentSelectorDialog.show()" />
<button type="button" class="btn btn-outline-secondary" (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>