Skip to content

Small Kirby CMS pluggin to create select input with optgroup

License

Notifications You must be signed in to change notification settings

marc31/kirby-selectoptgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kirby-selectoptgroup

Small Kirby CMS plugin to create select input with optgroup

Field Blueprint exemple

label: Fruits
type: selectoptgroup
options:
  appel:
    label: Apple
    options:
      granny_smith: Granny Smith
      fuji: Fuji
  pear:
    label: Pear
    options:
      forelle: Forelle
      bosc: Bosc

If you select Granny Smith it will save into content

...
---

Fruits: apple-granny_smith

---
...

About

Small Kirby CMS pluggin to create select input with optgroup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published