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: 6 months ago
JSON representation
🦊 Starter theme for Drupal 9 built with Tailwind CSS
- Host: GitHub
- URL: https://github.com/drupix/twbase
- Owner: drupix
- License: mit
- Created: 2021-11-23T23:20:58.000Z (over 4 years ago)
- Default Branch: 9.1.x
- Last Pushed: 2023-11-02T10:56:58.000Z (over 2 years ago)
- Last Synced: 2025-01-31T15:11:38.648Z (about 1 year ago)
- Topics: drupal-theme, drupal9, tailwindcss, twbase
- Language: CSS
- Homepage:
- Size: 690 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README - CKEditor.md
- License: LICENSE.txt
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"
-
-
-
```
Defaults CKEditor values for Basic HTML
---------------------------------------
```html
// admin/config/content/formats/manage/basic_html
// "Limit allowed HTML tags and correct faulty HTML"
-
-
-
```