Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render
This commit is contained in:
@@ -32,6 +32,11 @@ const pages = {
|
||||
'!./Pages/Academy/**/__tests__/**',
|
||||
'!./Pages/Academy/**/*.test.jsx',
|
||||
]),
|
||||
...import.meta.glob([
|
||||
'./Pages/Enhance/**/*.jsx',
|
||||
'!./Pages/Enhance/**/__tests__/**',
|
||||
'!./Pages/Enhance/**/*.test.jsx',
|
||||
]),
|
||||
}
|
||||
|
||||
function resolvePage(name) {
|
||||
|
||||
Reference in New Issue
Block a user