🚀 A new era: Kirby 4 Get to know
Skip to content

Upload Extended

return [
  'werbschaft.uploadExtended' => [
    'rename'            => true,
    'excludeCharacters' => ['_','__'],
    'tinyPng'           => true,
  ]
];

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

Related plugins