Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/reference/modules/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This module is often used together with the [`@apostrophecms/image-widget`](/ref
|---|---|---|
| [`insertViaUpload`](#insertviaupload) | Boolean | Defaults to `true`. Enables uploading images directly from the manager modal. |
| [`perPage`](#perpage) | Integer | Defaults to `50`. The number of images fetched per batch via infinite scroll in the manager modal. |
| `tagPickerPerPage` | Integer | Defaults to `400`. The number of tags to load into the tag popover at once. Increase for sites with a large number of tags. |
| [`searchable`](#searchable) | Boolean | Defaults to `false`. Images are excluded from search results by default. |
| [`slugPrefix`](#slugprefix) | String | Defaults to `'image-'`. Prefix applied to image slugs. |
| [`sort`](#sort) | Object | Defaults to `{ createdAt: -1 }`. Sort order for the image library. |
Expand Down