- Description:
This key toggles whether CloudCannon will allow you to edit custom markup in rich text editors and explicitly accept the risk of unintentionally deleting elements that cannot be recreated.
Setting this key to
truewill enable editing of custom markup. When usingallow_custom_markupoutside of editable regions, content that uses JavaScript will not be editable for security reasons. These inputs will appear as uneditable snippets.- Appears in:
├── _inputs │ └── * │ └── Rich Text Input │ └── options │ └── allow_custom_markup └── _editables ├── content │ └── allow_custom_markup ├── block │ └── allow_custom_markup └── text └── allow_custom_markup- Type:
boolean- Examples: