Skip to content
Snippets Groups Projects
Verified Commit 7e524d3b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3173037 by bnjmnm: Prettier not run on Ckeditors imagecaption's plugin.es6.js

parent eeadf957
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,9 @@
'figcaption',
);
const captionFilter = new CKEDITOR.filter(widgetDefinition.editables.caption.allowedContent);
const captionFilter = new CKEDITOR.filter(
widgetDefinition.editables.caption.allowedContent,
);
captionFilter.applyTo(caption);
// Use Drupal's data-placeholder attribute to insert a CSS-based,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment