Strapi Not Showing Editor.js
See original GitHub issueThe plugins section shows that it’s installed, but it doesn’t show up when trying to edit a post. I’ve tried to follow issue #27, and other issues, but nothing seems to work. What am I missing? What are the requirements for installation?
The Strapi docs state just adding the below code into the middlware.js file:
module.exports = [
// ...
{
name: 'strapi::security',
config: {
contentSecurityPolicy: {
directives: {
'img-src': ['*'],
},
}
},
},
// ...
];
All efforts are not resulting in the editor being available.
Issue Analytics
- State:
- Created a year ago
- Comments:19 (3 by maintainers)
Top Results From Across the Web
[Bug] Loaded data is not shown in editor · Issue #1495 - GitHub
I am using EditorJS in lieu of github.com/strapi/strapi/'s built-in editor. This is the render function of my container component: render() ...
Read more >Editor.js - Strapi Market
In order for Strapi to show the Link Tool thumbnails correctly, you will need to edit the 'strapi::security' line in ./config/middlewares.js.
Read more >How to Replace Strapi's Default WYSIWYG Editor with ...
In this guide, you will learn how to replace the default WYSIWYG editor (Draftjs) in Strapi with the TinyMCE editor.
Read more >How to change the WYSIWYG in Strapi
This tutorial explains how to easily do an Admin Customization in Strapi. This example shows how to replace the markdown rich text editor...
Read more >Richtext editor not showing markdown - Strapi Admin
I am having the same issue. I changed out my rich text editor to use CKEditor and it works fine for collections…however, for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bavicj & @melishev, FYI,
npm run build
was the fix.@jared-leddy I just switched from light to dark mode and it started to work