homm/hommpixxio

Craft CMS pixx.io adapter

0.0.4 2024-09-25 13:47 UTC

This package is not auto-updated.

Last update: 2024-09-25 13:49:17 UTC


README

Craft CMS pixx.io adapter

This plugin requests all images from pixx.io

Screenshot

Requirements

This plugin requires Craft CMS 4.x.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require homm/hommpixxio
    
  3. 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

  1. Go to Settings > Fields and create a new field.
  2. Within the Field Type choose HOMM pixx.io
  3. Assign the field to a section
  4. 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