Skip to content

Setup: Thumbs

dante di domenico edited this page Feb 27, 2023 · 1 revision

Edit configuration

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'],
],
Clone this wiki locally