- Description:
This key defines which Rich Text editors have custom configuration for the associated WYSIWYG toolbar.
For more information, please read our documentation on Rich Text editors.
- Appears in:
├── collections_config │ └── * │ ├── schemas │ │ └── * │ │ └── _editables │ └── _editables └── file_config └── [*] └── _editables- Type:
Object- Properties:
- Examples:
In this example, we have configured the Snippet tool for WYSIWYG toolbars in the
blogCollection.Copied to clipboardcollections_config: blog: _editables: content: snippet: true{ "collections_config": { "blog": { "_editables": { "content": { "snippet": true } } } } }