Signals, if the entity described by the given URI path (typically a content) can be embedded into Richtext. This typically applies to contents holding media blobs such as images.
URI path of the entity such as content/42
Resolves the URI-Path to a Blob-Property reference, which then
may be used as xlink:href
for <img>
elements.
Producers have to transform the given URI-path like content/42
to some blob-property reference, such as content/42#properties.data
.
In general, the method is only called, when a content has previously
been identified as being embeddable.
URI path of the entity such as content/42
Provides access to configuration options for Richtext behavior within an application such as CoreMedia Studio.
The application is required providing an implementation for this interface to use plugins based on this configuration.