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

feat: plugin configuration #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CodeVoyager
Copy link

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

@cyp3rius
Copy link

cyp3rius commented Feb 8, 2023

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

@Alexnortung
Copy link

Alexnortung commented Apr 4, 2023

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

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

Successfully merging this pull request may close these issues.

3 participants