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

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

(cherry picked from commit 7e524d3b)
parent fb0d597b
Branches
Tags
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.
Please register or to comment