Skip to content
Snippets Groups Projects
Commit 64c07fa3 authored by Samit Khulve's avatar Samit Khulve Committed by Richard Sheppard
Browse files

Issue #3351007 by nick@sirclickalot.co.uk, samit.310@gmail.com: Not compatible with CKEditor 5?

parent cd06f4f4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ use Drupal\filter\Plugin\FilterBase;
* id = "emptyparagraphkiller",
* title = @Translation("Empty Paragraph filter"),
* description = @Translation("When entering more than one carriage return, only the first will be honored."),
* type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE,
* type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_REVERSIBLE,
* )
*/
class EmptyParagraphKiller extends FilterBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment