- Open on Drupal.org βCore: 10.1.4 + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - π§πͺBelgium borisson_ Mechelen, π§πͺ
+++ b/codesnippet.module @@ -53,3 +53,39 @@ function codesnippet_preprocess_html(&$variables) { + if ($editor->getEditor() != 'ckeditor') {
Can be strict compare.
This is however not required, and I think it would be helpful to have this in, setting to rtbc based on the code in the patch.