An open API service indexing awesome lists of open source software.

https://github.com/boycce/kirby-field-switch

Switch toggle field for Kirby 2 CMS panel
https://github.com/boycce/kirby-field-switch

Last synced: 11 months ago
JSON representation

Switch toggle field for Kirby 2 CMS panel

Awesome Lists containing this project

README

          

# Switch toggle field
This plugin provides a switch toggle field for the Kirby 2 Panel:

![switch](https://cloud.githubusercontent.com/assets/3788865/6529068/88780f92-c426-11e4-87f4-386ca9ab1b05.gif)

### Installation
Copy th ```switch``` folder to ```site/fields```

### Using
In your blueprint:

```
switchit:
label: Switch
type: switch
text: You can turn me on and off
```

As it is basically a single checkbox, [this documentation](http://getkirby.com/docs/cheatsheet/panel-fields/checkbox) applies.