added more html tags to extraAllowedContent (ckeditor)

This commit is contained in:
2021-05-13 03:24:37 +02:00
parent 031e673c51
commit e64bd1fba8

View File

@@ -79,7 +79,7 @@ coreStyles_underline :
//config.allowedContent : true, // allowes all
disallowedContent : 'p(western)', // from copying from Office
extraAllowedContent : 'aside caption figure figcaption article footer header section div (*); ul(*); h1(*); h2(*); p(*)'
extraAllowedContent : 'aside caption figure figcaption article footer header section div (*); ul(*); ol(*); h1(*); h2(*); h3(*); h4(*); h5(*); h6(*); p(*); table(*); tr(*); td(*);'
});