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
- Host: GitHub
- URL: https://github.com/boycce/kirby-field-switch
- Owner: boycce
- Created: 2015-03-26T04:43:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T16:51:12.000Z (over 11 years ago)
- Last Synced: 2024-11-30T00:29:29.577Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Switch toggle field
This plugin provides a switch toggle field for the Kirby 2 Panel:

### 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.