mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-04-29 08:53:14 +02:00
added i[*] in ck4-settings.php for FA
Further plugins are at https://github.com/gtbu/Ckeditor-4-Typesetter/tree/main/plugins
This commit is contained in:
parent
45ccd7f793
commit
a3185d4cf8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue