Support custom icons in widget config.
This commit is contained in:
		
							parent
							
								
									3c2e289cb3
								
							
						
					
					
						commit
						8af4c70e13
					
				@ -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>
 | 
			
		||||
 | 
			
		||||
@ -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">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user