Support custom icons in widget config.

This commit is contained in:
deaflynx 2025-09-05 11:54:42 +03:00
parent 3c2e289cb3
commit 8af4c70e13
2 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@
</mat-form-field>
<tb-material-icon-select asBoxInput
iconClearButton
allowedCustomIcon
[color]="widgetSettings.get('iconColor').value"
formControlName="titleIcon">
</tb-material-icon-select>

View File

@ -86,7 +86,7 @@
</button>
</div>
} @else {
<tb-gallery-image-input class="min-w-[520px]"
<tb-gallery-image-input [style.width]="iconsPanelWidth"
[(ngModel)]="selectedIcon">
</tb-gallery-image-input>
<div class="tb-material-icons-panel-buttons">