Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

floriankarsten/kirby3-cloudinary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby3 Cloudinary

Configuration

In any config file or the default site/config/config.php:

return [
  'cloudinary' => true,
  'cloudinary.cloudname' => 'cloudname',
  'cloudinary.folder' => 'folder',
  'cloudinary.defaults' => [
    'e_blur' => 300,
  ],
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%