Disable fontWeight settings for Paragraphs

[MAILPOET-5642]
This commit is contained in:
Jan Lysý
2023-12-13 19:36:24 +01:00
committed by Rostislav Wolný
parent 52214962a6
commit 37d893ff47

View File

@ -103,6 +103,7 @@ class SettingsController {
$coreSettings['spacing']['padding'] = true;
// Typography
$coreSettings['typography']['dropCap'] = false; // Showing large initial letter cannot be implemented in emails
$coreSettings['typography']['fontWeight'] = false; // Font weight will be handled by the font family later
$themeJson = (string)file_get_contents(dirname(__FILE__) . '/theme.json');
$themeJson = json_decode($themeJson, true);