Werbschaft

Upload Extended

More options when uploading files like name changes, resizing via Kirby or compression and optional resizing via TinyPNG.

return [
  'werbschaft.uploadExtended' => [
    'rename'            => true,
    'excludeCharacters' => ['_','__'],
    'tinyPng'           => true,
  ]
];
Version
License
Unlicensed
Stars
26
Supports
K4 K3
Created
4 Jun 2021
Implements