Detailed steps to reproduce the bug
Register plugin in the editor.mainTab
and navigate to it.
Screenshots or video link
Reproducible code example
Detailed steps to reproduce the bug
Register plugin in the editor.mainTab
and navigate to it.
Screenshots or video link
Reproducible code example
Hello @lukasz.,
We suspect the issue could be due to browser restrictions, I was able to recreate the issue, however, could you try using MyText as custom type in a data model field and see if that works?
MyText comes from the name
you provided in plugin.jsx
. to Builder.registerEditor()
.
Hi @manish-sharma, thanks for the reply. I’ve added the MyText plugin to serve as an example. Our actual plugin needs to be registered in the editor’s main tab so that we have access to the edited document. We wanted to modify specific parts of the document (using allBlocks
builder/packages/app-context/index.d.ts at main · BuilderIO/builder · GitHub) in response to actions carried out in our plugin.