mirror of
https://github.com/proelements/proelements.git
synced 2026-04-05 20:13:47 +00:00
v3.33.2
This commit is contained in:
@@ -206,6 +206,7 @@ export function KitSettingsCustomizationDialog( {
|
||||
checked={ settings.customFonts }
|
||||
disabled={ ( isImport && ! data?.uploadedData?.manifest?.[ 'custom-fonts' ] ) || ! isHighTier() }
|
||||
tooltip={ ! isHighTier() }
|
||||
notExported={ isImport && ! data?.uploadedData?.manifest?.[ 'custom-fonts' ] }
|
||||
/>
|
||||
<SubSetting
|
||||
label={ __( 'Custom icons', 'elementor' ) }
|
||||
@@ -214,6 +215,7 @@ export function KitSettingsCustomizationDialog( {
|
||||
checked={ settings.customIcons }
|
||||
disabled={ ( isImport && ! data?.uploadedData?.manifest?.[ 'custom-icons' ] ) || ! isHighTier() }
|
||||
tooltip={ ! isHighTier() }
|
||||
notExported={ isImport && ! data?.uploadedData?.manifest?.[ 'custom-icons' ] }
|
||||
/>
|
||||
<SubSetting
|
||||
label={ __( 'Custom code', 'elementor' ) }
|
||||
|
||||
Reference in New Issue
Block a user