Image Plugin
Picture is Worth a Thousand Words!
Add an image
#
Usage#
Configupload functions
#
note
upload functions are passed through RichContentEditor
e.g.
handleFileUpload
is a function provided to handle media uploads from the native file input.
handleFileSelection
is a function provided to handle media uploads from a custom file input.
In both functions when the upload phase is done the updateEntity
callback should be called with an object containing the data, error (upon failure) and index (for multiple file uploads).
modify default config
#
Default value:
imageProps
#
An additional props to be added to the <img />
createGalleryForMultipleImages
#
When enabled, multiple images uploaded at once will be added as a gallery.