Loading core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js +3 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js +3 −1 Original line number Diff line number Diff line Loading @@ -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, Loading