Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render

This commit is contained in:
2026-06-04 07:52:57 +02:00
parent 0b33a1b074
commit 15870ddb1f
191 changed files with 15453 additions and 1786 deletions

View File

@@ -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