☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

remove_custom_markup

Table of contents

Description:

This key toggles whether CloudCannon will allow you to strip custom markup from content edited in a rich text editor, allowing you to clean files of unnecessary HTML content.

Setting this key to true will enable stripping custom markup from content. The remove_custom_markup key is disabled if allow_custom_markup is enabled.

Appears in:
├── _inputs
│   └── *
│       └── Rich Text Input
│           └── options
│               └── remove_custom_markup
└── _editables
    ├── content
    │   └── remove_custom_markup
    ├── block
    │   └── remove_custom_markup
    └── text
        └── remove_custom_markup
Type:
boolean
Examples:
Open in a new tab