Drupal Administration

Create a new Text Format without CKEditor in Drupal 8, 9, 10

image
In this tutorial I will explain how to create a new text format without CKEditor. And this text format will have all featured of default Full HTML Text format.

Why We need a text format without CKEditor

CKEditor by default filter out many HTML tags. For example, it removes font icon <i></i> tag.
So, in these cases it is better to use a text format without CKEditor.

Why Overlay Module do not work in some Drupal themes

Some of our themes might not support Drupal overlay module. This is because these themes comes with latest stable version of jQuery.

If you check the error using inspect element of browser, you will find following error message.

TypeError: jQuery.browser is undefined

The overlay module do not work with jQuery version 1.9 and later. It's because $.browser is deprecated in jQuery 1.9 and overlay module need this to work. So, its good to disable overlay module from: