Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Inline link button is missing #13

Closed
mckabi opened this issue Dec 20, 2021 · 2 comments
Closed

Inline link button is missing #13

mckabi opened this issue Dec 20, 2021 · 2 comments

Comments

@mckabi
Copy link

mckabi commented Dec 20, 2021

Can't find inline link button (not Link Tool)

image

is this normal?

  • node v14.18.2
  • strapi@3.6.8
  • strapi-plugin-react-editorjs@1.5.0
    • react-editor-js@1.10.0
    • @editorjs/editorjs@2.22.2
    • @editorjs/paragraph@2.8.0
    "devDependencies": {},
    "dependencies": {
      "knex": "0.21.18",
      "pg": "^8.7.1",
      "sqlite3": "5.0.0",
      "strapi": "3.6.8",
      "strapi-admin": "3.6.8",
      "strapi-connector-bookshelf": "3.6.8",
      "strapi-plugin-content-manager": "3.6.8",
      "strapi-plugin-content-type-builder": "3.6.8",
      "strapi-plugin-email": "3.6.8",
      "strapi-plugin-graphql": "3.6.8",
      "strapi-plugin-i18n": "3.6.8",
      "strapi-plugin-react-editorjs": "^1.5.0",
      "strapi-plugin-upload": "3.6.8",
      "strapi-plugin-users-permissions": "3.6.8",
      "strapi-provider-upload-aws-s3": "^3.6.8",
      "strapi-utils": "3.6.8"
    },
@melishev
Copy link
Owner

Hi @mckabi

Yes, it is normal. This is because this add-on is initially disabled.

@mckabi
Copy link
Author

mckabi commented Dec 20, 2021

Ok. I needed the following code.

@@ -33,7 +33,7 @@
     },
   },
   code: Code,
-  link: {
+  linkTool: {
     class: Link,
     config: {
       endpoint: `/${PluginId}/link`,
@@ -67,4 +67,4 @@
   inlineCode: InlineCode,
 }

Thanks

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

No branches or pull requests

2 participants