From 7e524d3b57669cff2e6507200afb89e8897e360a Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Fri, 25 Sep 2020 15:27:02 +0300 Subject: [PATCH] Issue #3173037 by bnjmnm: Prettier not run on Ckeditors imagecaption's plugin.es6.js --- .../ckeditor/js/plugins/drupalimagecaption/plugin.es6.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js b/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js index f90a77088d2..e415e5a661e 100644 --- a/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js +++ b/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js @@ -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,