Issue #3173037 by bnjmnm: Prettier not run on Ckeditors imagecaption's plugin.es6.js
parent
eeadf95727
commit
7e524d3b57
|
@ -215,7 +215,9 @@
|
||||||
'figcaption',
|
'figcaption',
|
||||||
);
|
);
|
||||||
|
|
||||||
const captionFilter = new CKEDITOR.filter(widgetDefinition.editables.caption.allowedContent);
|
const captionFilter = new CKEDITOR.filter(
|
||||||
|
widgetDefinition.editables.caption.allowedContent,
|
||||||
|
);
|
||||||
captionFilter.applyTo(caption);
|
captionFilter.applyTo(caption);
|
||||||
|
|
||||||
// Use Drupal's data-placeholder attribute to insert a CSS-based,
|
// Use Drupal's data-placeholder attribute to insert a CSS-based,
|
||||||
|
|
Loading…
Reference in New Issue