-
Notifications
You must be signed in to change notification settings - Fork 11
Setup: Thumbs
dante di domenico edited this page Feb 27, 2023
·
1 revision
Thumbs settings can be set by Thumbs
configuration in config/app_local.php
(or in config/projects/<projectName>.php
if you use multi project configuration).
I.e.:
'Thumbs' => [
// Query parameters used for calling API to generate the thumbnail
'queryParams' => ['preset' => 'default'],
// Object types for which to call API to generate the thumbnails
'objectTypes' => ['images', 'videos'],
],