branding/plain-branding-editor/lazy/advanced-edit-branding.component.ts
| host | { |
| selector | c8y-advanced-edit-branding |
| standalone | true |
| imports | |
| templateUrl | ./advanced-edit-branding.component.html |
No results matching.
@if (infoText) {
<div class="card-block separator-bottom m-b-16">
<p class="icon-flex">
<i
class="text-info m-r-4 icon-16"
c8yIcon="info-circle"
></i>
<span>
{{ infoText | translate }}
</span>
</p>
</div>
}
<c8y-editor
class="flex-grow"
[editorOptions]="editorOptions"
[ngModel]="valueString | async"
(ngModelChange)="onValueChange($event)"
(editorInit)="onEditorInit($event)"
monacoEditorMarkerValidator
></c8y-editor>