Hello, when I render the <DocumentEditor />
component, is there any way to pass in extra data to the editor such that it can read it from the plugin? For example
<DocumentEditor
id="myEditor"
documentServerUrl="https://example.com"
...
extraData={{ foo: "bar" }}
/>