We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd3031 commit 665eba9Copy full SHA for 665eba9
README.md
@@ -0,0 +1,15 @@
1
+## Cloudinary Plugin
2
+
3
+NOTE: This plugin is compatible with FarCry 7.x and over.
4
5
+> Cloudinary plugin is available under LGPL and compatible with the open source and commercial licenses of FarCry Core
6
7
+Cloudinary provides an extension to image management that allows specific image properties to be manipulated and served through the Cloudinary SaaS.
8
9
+### Setup
10
11
+- set up an account with Cloudinary
12
+- Add this plugin to the project's plugin directory `./plugins/cloudinary`
13
+- Register the plugin in the projects constructor; `./www/farcryConstructor.cfm`
14
+- Restart your application
15
+- Open the "Cloudinary" config and fill in the details of your service account
0 commit comments