Open
Description
When embedding the editor, various options set externally may need to be set (e.g. menu selections), either statically upon initialisation or dynamically as the user makes choices on an active editor page. This needs to be passed to the bundled JS via some kind of configuration scheme, maybe similar to TinyMCE - https://www.tiny.cloud
To avoid reload/re-rendering, some kind of event handling may need to be included - this would also allow us to support buttons for running/remixing on the embedding page - this needs some investigation on how this can be achieved with WebComponents.