cajames / kirby-editor-gallery-block

A gallery block for the Kirby Editor
MIT License
61 stars 5 forks source link

Kirby Editor - Gallery Block

A gallery module for the Kirby CMS Editor

This module is mostly built on top of existing Kirby UI Kit components.

Features

gallery-block-demo

Installation

Usage

I've attempted to follow the same UX patterns as other Kirby Editor blocks

The project comes with a default snippet to render the gallery blocks in your templates as displayed in the editor. This can be edited to suit your needs.

Local Development

# From project root folder, install dependencies
$ yarn

# For development and live debug
$ yarn dev

# For production build
$ yarn build

License