Module Description
By default Drupal core provides "Limit allowed HTML tags" filter that will allow the user defined HTML tags only in the editor. This module provides reverse functionality. So it will allow all the tags except user defined tags in the configuration.

Limitation: This module will filter the tags on client side only. This validation will happen when we toggle the source button in editor.

Example: We want to allow all tags except script tag in basic HTML. User will click the source button & adds few scripts. If they click source button again, it will remove the script tags. If they try to save the content before toggle, the script will be added to the content.

To avoid this issue, we will forcefully toggle the source button before the content save with js.

Ckeditor official documentation: Disallowed Content: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_disallowed_content.html

Project Usage
388
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of allowing all HTML tags except user-defined tags in the configuration, providing a reverse functionality to the default Drupal core filter.
Data Name
ckeditor_exclude_tags

OPENAI CHATBOT

OPENAI CHATBOT

12:24:22
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.