This commit is contained in:
proelements
2025-12-09 08:55:59 +02:00
parent 9ac2bf2aa0
commit ce77bab1a1
264 changed files with 294 additions and 285 deletions

View File

@@ -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' ) }