ajout plugin pastebase64 (fixes #14)
This commit is contained in:
@ -154,7 +154,7 @@ ivory_ck_editor:
|
||||
language: fr
|
||||
toolbar: "my_toolbar_1"
|
||||
uiColor: "#ffffff"
|
||||
extraPlugins: "html5video"
|
||||
extraPlugins: ["html5video","pastebase64"]
|
||||
light_config:
|
||||
language: fr
|
||||
toolbar: "my_toolbar_2"
|
||||
@ -169,6 +169,9 @@ ivory_ck_editor:
|
||||
html5video:
|
||||
path: "ckeditor/plugins/html5video/" # with trailing slash
|
||||
filename: "plugin.js"
|
||||
pastebase64:
|
||||
path: "ckeditor/plugins/pastebase64/" # with trailing slash
|
||||
filename: "plugin.js"
|
||||
toolbars:
|
||||
configs:
|
||||
my_toolbar_1: [ "@document1", "-", "@clipboard1", "-", "@basicstyles1", "-", "@paragraph1", "/", "@links1", "-", "@insert1", "-", "@styles1", "-" , "@colors1", "-" , "@tools1" ]
|
||||
|
Reference in New Issue
Block a user