homm / hommpixxio
Craft CMS pixx.io adapter
0.0.6
2025-03-19 15:39 UTC
Requires
- php: ^8.0|^8.1
- ext-fileinfo: *
- ext-json: *
- craftcms/cms: ^4.0.0
This package is not auto-updated.
Last update: 2025-04-02 15:50:34 UTC
README
Craft CMS pixx.io adapter
This plugin requests all images from pixx.io
Requirements
This plugin requires Craft CMS 4.x.
Installation
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.
HOMM pixx.io Overview
This plugin requests all images from pixx.io
Configuring HOMM pixx.io
Go to Settings > HOMM pixx.io:
Here you can set an API key.
Using HOMM pixx.io
- 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="">
HOMM pixx.io Roadmap
Some things to do, and ideas for potential features:
- tbd...
Brought to you by HOMM interactive