Closed enijar closed 1 month ago
Your configuration is wrong. Follow this example: https://github.com/nshenderov/strapi-plugin-ckeditor/blob/9cecf62a13a78a890de680db980aaf47c1d5a674/README.md?plain=1#L159-L236
Looks like this issue is no longer relevant
Describe the bug I've added a custom preset as per the documentation inside the file
config/ckeditor.ts
:When I run the build and start the development server, I see two issues:
When attempting to add a CKEditor field to an existing collection it doesn't show in the custom tab
The existing CKEditor field I have on one of my collection shows a blank, disabled input
To Reproduce Outlined above
Expected behavior I should see the CKEditor custom field with the preset "custom" as defined in my config.
please complete the following information:
config/plugins.ts
export default () => ({});package.json
node version
v20.16.0