media-ui icon indicating copy to clipboard operation
media-ui copied to clipboard

Define extensibility points for media ui

Open Sebobo opened this issue 5 years ago • 1 comments

  • manifest system to register plugins / components
  • make sure plugins have the whole provider context available
  • how make interfaces etc. available in plugins

Sebobo avatar Jun 22 '20 05:06 Sebobo

As a plugin creator, I want to be able to:

  • register containers to be rendered into any part of the UI
  • react to certain events, e.g. asset selection etc
  • use all the hooks, everything in context etc

dimaip avatar Oct 30 '20 09:10 dimaip