From a3185d4cf8a37ec28682e9a90b9acd7dd10ceec0 Mon Sep 17 00:00:00 2001 From: gtbu Date: Sun, 27 Apr 2025 17:36:37 +0200 Subject: [PATCH] added i[*] in ck4-settings.php for FA Further plugins are at https://github.com/gtbu/Ckeditor-4-Typesetter/tree/main/plugins --- include/tool/Editing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tool/Editing.php b/include/tool/Editing.php index 878c52c..3b15402 100644 --- a/include/tool/Editing.php +++ b/include/tool/Editing.php @@ -642,7 +642,7 @@ namespace gp\tool{ 'FillEmptyBlocks' => false, 'autoParagraph' => false, 'versionCheck' => false, - 'extraAllowedContent' => 'iframe[align,frameborder,height,longdesc,marginheight,marginwidth,name,sandbox,scrolling,seamless,src,srcdoc,width];script[async,charset,defer,src,type,xml]; *[accesskey,contenteditable,contextmenu,dir,draggable,dropzone,hidden,id,lang,spellcheck,style,tabindex,title,translate](*)', + 'extraAllowedContent' => 'i[*],iframe[align,frameborder,height,longdesc,marginheight,marginwidth,name,sandbox,scrolling,seamless,src,srcdoc,width];script[async,charset,defer,src,type,xml]; *[accesskey,contenteditable,contextmenu,dir,draggable,dropzone,hidden,id,lang,spellcheck,style,tabindex,title,translate](*)', 'toolbar' => array( array('Sourcedialog','Templates','ShowBlocks','Undo','Redo','RemoveFormat'), //,'Maximize' does not work well