-
joelpittet →
committed 24d17d0b on 2.0.x
Issue #3290153 by Project Update Bot: Automated Drupal 10 compatibility...
-
joelpittet →
committed 24d17d0b on 2.0.x
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇫🇷France perpignan
I have issue when i enable this filter with CKEditor 5 in Drupal 10.1.2.
I replace in FilterTwig.php on line 14 :
* type = Drupal\filter\Plugin\FilterInterface::TYPE_HTML_RESTRICTOR,
by
* type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
And it's work !