ajout plugin pastebase64 (fixes #14)

This commit is contained in:
2019-08-22 10:01:02 +02:00
parent f485bb79a4
commit 8a170f3abb
2 changed files with 74 additions and 1 deletions

View File

@ -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" ]