Enable h5 and h6 in the styles panel

[MAILPOET-6411]
This commit is contained in:
Pavel Dohnal
2025-01-09 14:21:46 +01:00
committed by Jan Lysý
parent ad83043084
commit 9b2f6680b6

View File

@@ -111,6 +111,14 @@ export function ScreenTypographyElement( {
value="h4"
label={ _x( 'H4', 'Heading Level', 'mailpoet' ) }
/>
<ToggleGroupControlOption
value="h5"
label={ _x( 'H5', 'Heading Level', 'mailpoet' ) }
/>
<ToggleGroupControlOption
value="h6"
label={ _x( 'H6', 'Heading Level', 'mailpoet' ) }
/>
</ToggleGroupControl>
</Spacer>
) }