Skip to content

Commit

Permalink
fix(pat tinymce): Add plonelink and ploneimage to valid_plugins always.
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Dec 12, 2022
1 parent c47055b commit 9319689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/tinymce/tinymce--implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export default class TinyMCE {
// tinyMCE Plugins
for (const plugin of this.options.tiny.plugins) {
if (plugin == 'plonelink' || plugin == 'ploneimage'){
valid_plugins.push(plugin);
continue;
}
try{
Expand Down

0 comments on commit 9319689

Please sign in to comment.