Craft CMS pixx.io adapter
This plugin requests all images from pixx.io
This plugin requires Craft CMS 4.x.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require homm/hommpixxio
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for HOMM pixx.io.
This plugin requests all images from pixx.io
Go to Settings > HOMM pixx.io:
Here you can set an API key.
- Go to Settings > Fields and create a new field.
- Within the Field Type choose HOMM pixx.io
- Assign the field to a section
- Now you can choose a file from pixx.io within your entries
Basic usage in the template (Twig):
<img src="{{ entry.pixxioField.originalFileURL }}" alt="">
Some things to do, and ideas for potential features:
- tbd...
Brought to you by HOMM interactive