Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render
This commit is contained in:
@@ -19,6 +19,11 @@ final class NewsCoverImage
|
||||
'quality' => 76,
|
||||
'suffix' => 'desktop',
|
||||
],
|
||||
'large' => [
|
||||
'width' => 1280,
|
||||
'quality' => 80,
|
||||
'suffix' => 'large',
|
||||
],
|
||||
];
|
||||
|
||||
public static function isManagedPath(?string $path): bool
|
||||
|
||||
Reference in New Issue
Block a user