mirror of https://github.com/itflow-org/itflow
Fix TinyMCE License in client portal
This commit is contained in:
parent
ed9b99e2f0
commit
cf63a2e7d1
|
|
@ -45,6 +45,7 @@
|
||||||
branding: false,
|
branding: false,
|
||||||
menubar: false,
|
menubar: false,
|
||||||
statusbar: false,
|
statusbar: false,
|
||||||
|
license_key: 'gpl',
|
||||||
toolbar: [
|
toolbar: [
|
||||||
{ name: 'styles', items: [ 'styles' ] },
|
{ name: 'styles', items: [ 'styles' ] },
|
||||||
{ name: 'formatting', items: [ 'bold', 'italic', 'forecolor' ] },
|
{ name: 'formatting', items: [ 'bold', 'italic', 'forecolor' ] },
|
||||||
|
|
@ -57,7 +58,7 @@
|
||||||
mobile: {
|
mobile: {
|
||||||
menubar: false,
|
menubar: false,
|
||||||
plugins: 'autosave lists autolink',
|
plugins: 'autosave lists autolink',
|
||||||
toolbar: 'undo bold italic styles'
|
toolbar: 'undo bold italic styles',
|
||||||
},
|
},
|
||||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue