imageUploadUrl
Description
Optional. Specifies the URL which will be used for image upload
Usage
imageUploadUrl?: string;
Example
// initialize RichText
new richtext.Richtext("#root", {
imageUploadUrl: "some URL"
// other configuration properties
});
Change log: The property was added in v2.0
Related articles: Configuration
Related sample: RichText. Initialization