Enable h5 and h6 in the styles panel
[MAILPOET-6411]
This commit is contained in:
@@ -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>
|
||||
) }
|
||||
|
Reference in New Issue
Block a user