Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

xu-chris/multiselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiselect Field for Kirby CMS

Release Issues License Moral License

The Multiselect field plugin introduces a select field type for the panel that allows you to choose multiple entries.

The plugin is free, but I'd appreciate if you'd support me with a moral license!

Installation & Update

Copy the files to site/fields/multiselect/.

Usage

Use it in your blueprint:

bestband:
  label: Best Band Ever
  type: multiselect
  required: true
  search: true
  options:
    1d : 1Direction
    bb: BBoys
    aq: Aqua
    vb: Vengaboys
    fr: Freiheit
    o3: OH!O
    mi: Miley
    bi: Bieber
    u2: U2

Result:

multiselect

It can also be used with the usual field options (pages etc.) of the checkboxes field.

Version history

Check out the more or less complete changelog.

About

Multiselect field for Kirby 2 CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published