Provides two ways to load content into the editor.
The simple one, which is just to provide a content ref.
And the more advanced one which uses the document api to load the content. This requires passing the embed api and an id to load.
The second option is usually the best, as multiple editors can load the same content and it's automatically kept in sync. See DocumentApi for more info.
Provides two ways to load content into the editor.
The simple one, which is just to provide a content ref.
And the more advanced one which uses the document api to load the content. This requires passing the embed api and an id to load.
The second option is usually the best, as multiple editors can load the same content and it's automatically kept in sync. See DocumentApi for more info.