Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin is installed, but it does not replace the default editor #10

Open
thexpand opened this issue May 14, 2022 · 3 comments
Open

Plugin is installed, but it does not replace the default editor #10

thexpand opened this issue May 14, 2022 · 3 comments

Comments

@thexpand
Copy link

I installed the plugin on the latest Strapi version 4.1.11. I see the changes in the package.json and yarn.lock files after the installation, and I can also see the plugin installed and visible in the administrative panel of Strapi. However, when I go to one of the content types and check the Rich text editor - I see the default one from Strapi.

@kwinyyyc
Copy link
Owner

@thexpand
I couldn't replicate the issue by a fresh install with Strapi v4.1.11.
I assume you are running the app with either yarn develop or yarn build instead of yarn start as the first 2 commands rebuild the admin-ui while the latter one won't.
Can you share a repo, so I can take a look.

@adamplenti
Copy link

adamplenti commented May 20, 2022

Same problem [email protected]

package.json:

"dependencies": {
    "@notum-cz/strapi-plugin-content-versioning": "^0.4.0",
    "@strapi/plugin-graphql": "^4.1.6",
    "@strapi/plugin-i18n": "4.1.6",
    "@strapi/plugin-sentry": "^4.1.6",
    "@strapi/plugin-seo": "^1.7.2",
    "@strapi/plugin-users-permissions": "4.1.6",
    "@strapi/strapi": "4.1.6",
    "sqlite3": "^5.0.5",
    "strapi-plugin-wysiwsg-react-md-editor": "^4.1.4"
  }

@saikatmitra91
Copy link
Contributor

any updates in the plugin need the repo to be built first .

npm run build -> npm run develop

of

yarn build -> yarn run develop

otherwise the changes dont reflect.

Am using the same version of stratpi -> 4.1.11 and things work post the build step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants