Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drupix/twbase

🦊 Starter theme for Drupal 9 built with Tailwind CSS
https://github.com/drupix/twbase

drupal-theme drupal9 tailwindcss twbase

Last synced: about 12 hours ago
JSON representation

🦊 Starter theme for Drupal 9 built with Tailwind CSS

Awesome Lists containing this project

README

        

CKEditor - Changes
==================

To works with Tailwind CSS and Tailwind Typography some changes must be done to CKEditor config under "Limit allowed HTML tags and correct faulty HTML" like removing `h5 and h6` tags.

Here under you have the defaults values on a fresh install of Drupal for the CKEditor option of "Limit allowed HTML tags and correct faulty HTML".

Defaults CKEditor values for Full HTML
--------------------------------------

```html
// admin/config/content/formats/manage/full_html
// "Limit allowed HTML tags and correct faulty HTML"



    1.   

      ```

      Defaults CKEditor values for Basic HTML
      ---------------------------------------

      ```html
      // admin/config/content/formats/manage/basic_html
      // "Limit allowed HTML tags and correct faulty HTML"









      ```