plain/kirby-toggles-suite

Colorize your Kirby toggler field

Maintainers

Package info

github.com/plain-solutions-gmbh/kirby-toggles-suite

Homepage

Type:kirby-plugin

pkg:composer/plain/kirby-toggles-suite

Transparency log

Fund package maintenance!

Paypal

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.0 2026-07-19 18:45 UTC

This package is auto-updated.

Last update: 2026-07-19 18:45:29 UTC


README

Kirby Toggles Suite

Extends the Kirby Toggles Field with colors, images and many more.

Installation

Manually

Download and unzip the content into your plugin folder: /site/plugins/

With Composer

composer require plain/kirby-toggles-suite

Examples

Manual Options

label: Theme
type: toggles
options:
  - text: Primary
    value: primary
    color: '#356A86'
  - text: Secondary
    value: secondary
    color: '#D3AF4C'
  - text: Negative
    value: negative
    color: '#FFFFFF'
    background: '#EC5555'
  - text: Positive
    value: positive
    color: '#FFFFFF'
    background: '#A3CD4F'

Query Options

label: Theme
type: toggles
options:
  type: query
  query: site.colors.tostructure
  text: '{{ item.label }}'
  value: '{{ item.class }}'
  color: '{{ item.invert }}'
  background: '{{ item.default }}'
  icon: alpha

License

Starting with version 1.1.0, this plugin is available under the MIT license.

All customers who purchased this plugin receive support for one year from the date of purchase.