Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 75019de

Browse files
committed
Add composer install notice
1 parent f31211d commit 75019de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Unlike most Kirby fields, the multi-toggle does not cover the whole available wi
66

77
![Field preview](preview.gif)
88

9+
## Installation
10+
11+
Either download this repo, extract and copy into `site/plugins` or install using composer:
12+
13+
```bash
14+
composer require fabianmichael/kirby-multi-toggle-field
15+
```
16+
917
## Blueprint usage
1018

1119
```yaml

0 commit comments

Comments
 (0)