close

Filter

loading table of contents...

Studio Developer Manual / Version 2110

Table Of Contents

9.6.5.1 Inline Images in RichText

By dragging image documents from the library into a richtext field you can create inline images. The document types that are supported for this operation and the image blob properties that are accessed to display the images can be configured using the registerRichTextEmbeddableType method of the global editorContext object. You can also use the configureDocumentTypes plugin as shown in the BlueprintFormsStudioPlugin of CoreMedia Blueprint:

new ConfigureDocumentTypes({
        names: "CMPicture,CMImage",
        richTextImageBlobProperty: "data",
}),

new ConfigureDefaultRichTextImageDocumentType({
        defaultRichTextImageType: "CMPicture"
}),

Example 9.32. Inline images in richtext


The previous example also shows how the configureDefaultRichTextImageDocumentType plugin can be used to configure the document type that limits the search when the library is opened using the embedded image button of the richtext toolbar.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.