From e64bd1fba8e285c015e95b737d139e17682cff0d Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 13 May 2021 03:24:37 +0200 Subject: [PATCH] added more html tags to extraAllowedContent (ckeditor) --- winixd/html/ckeditor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winixd/html/ckeditor.html b/winixd/html/ckeditor.html index b518f3c..da0c890 100644 --- a/winixd/html/ckeditor.html +++ b/winixd/html/ckeditor.html @@ -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(*);' });