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 System #112

Open
auniverseaway opened this issue Apr 20, 2024 · 0 comments
Open

Plugin System #112

auniverseaway opened this issue Apr 20, 2024 · 0 comments
Assignees
Labels

Comments

@auniverseaway
Copy link
Member

As a developer, I want the ability to create plugins for the DA editor so that I can add functionality not covered by out of the box DA features.

Criteria of acceptance

  • Move AEM Assets to library panel
  • Plugins are first-class citizens inside library
  • Ability to bi-directionally send HTML between plugin & editor
  • HTML from plugin is sanitized from styles and scripts

High level concepts (via @nc-andreashaller)

  • move .da/config to sidekick/config.json
  • make custom plugins and built-in plugins look the same, elevate them in the menu to make them first class citizens
  • da-library/helpers.json -> getLibraryList
  • aemsites/da-block-collection
  • da-preview.js
  • parameters: html, path, (selection snippet)
  • out: "replace event" html to update editor, think about "insert" for snippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants