strapi-plugin-react-editorjs icon indicating copy to clipboard operation
strapi-plugin-react-editorjs copied to clipboard

feat: plugin configuration

Open CodeVoyager opened this issue 2 years ago • 2 comments

What did you implement

  • bootstrap of plugins configuration. Once config is created it will be passed to the UI.
  • enabled tools configuration option. Tools order from the config will be reflected on the UI.

How it can be tested

  • add a config to existing plugin entry. For example
  editorjs: {
    enabled: true,
    config: {
      enabledTools: ["header", "list", "quote", "mediaLib"]
    }
  },
  • only specified tools should be reflected on the UI

CodeVoyager avatar Jan 17 '23 15:01 CodeVoyager

@melishev do you think some of the PR's might be moved forward ? :)

cyp3rius avatar Feb 08 '23 14:02 cyp3rius

Shouldn't axios be added as a dependency (and not dev) since it is used at runtime (and should be a dependency of the parent project too)? Or am I misunderstanding something?

Btw this pull request could possibly close #67

Alexnortung avatar Apr 04 '23 11:04 Alexnortung