Daan Roet
Daan Roet
No there is currently no plans for additional components, but anyone is free to open up a PR to add support.
is this the same behavior as seen on https://grapesjs.com/demo.html ?
Only way I can think of is using the BlockManager to re-add the block with your own preference: ``` const image = editor.BlockManager.get('mj-image') const image.content = '' editor.BlockManager.remove('mj-image') editor.BlockManager.add('mj-image', image)...
I'm not entirely sure what you want to accomplish, could you provide a better example ?
just going to copy my response from the other issue: it seems as if the `void` option is being ignored by the renderer: ```html ``` turns into: ```html ``` instead...
@achirous that doesn't seem to solve the issue
that option turns `` into `` when exporting, however `` is still valid mjml syntax and should be supported when loading an existing template.
Since there is not an easy fix at the moment, maybe we should avoid using self-closing tags for now when dragging in new components? `mjml` doesn't seem to mind it...
According to the [Jira upgrade notes](https://confluence.atlassian.com/adminjira/preparing-for-jira-8-0-955171967.html) this should also make it possible to upgrade to `openjdk:11-alpine` edit: oh it seems like there is no `openjdk:11-alpine` image yet, so nevermind
@gsalaberry you might want to look at the upgrade notes to 8.0: but in short, yes the steps you described are good, just make sure you create backups beforehand and...