Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/config/image-upload-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: You can learn about the imageUploadUrl config in the documentation

### Description

@short: Optional. Specifies the URL which will be used for image upload
@short: Optional. Specifies the URL which will be used for image upload (from the toolbar, menubar, clipboard paste, or drag-and-drop)

### Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/api/events/insert-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: You can learn about the insert-image event in the documentation of

### Description

@short: Fires when inserting image
@short: Fires when inserting an image (via the toolbar, menubar, clipboard paste, or drag-and-drop)

### Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ new richtext.Richtext("#root", {

## Configure the image upload URL

Pass a URL to the [`imageUploadUrl`](api/config/image-upload-url.md) property to set the server endpoint for toolbar image uploads:
Pass a URL to the [`imageUploadUrl`](api/config/image-upload-url.md) property to set the server endpoint for image uploads triggered from the toolbar, menubar, clipboard paste, or drag-and-drop:

~~~jsx {2}
new richtext.Richtext("#root", {
Expand Down