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,
|
||||
menubar: false,
|
||||
statusbar: false,
|
||||
license_key: 'gpl',
|
||||
toolbar: [
|
||||
{ name: 'styles', items: [ 'styles' ] },
|
||||
{ name: 'formatting', items: [ 'bold', 'italic', 'forecolor' ] },
|
||||
|
|
@ -57,7 +58,7 @@
|
|||
mobile: {
|
||||
menubar: false,
|
||||
plugins: 'autosave lists autolink',
|
||||
toolbar: 'undo bold italic styles'
|
||||
toolbar: 'undo bold italic styles',
|
||||
},
|
||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue