repliq / kirby3-block-buttons
Add buttons block plugin
Package info
github.com/Agence-Repliq/kirby3-block-buttons
Language:Vue
Type:kirby-plugin
pkg:composer/repliq/kirby3-block-buttons
1.0.2
2023-06-22 09:03 UTC
Requires
README
This plugin add a new type of block in the content editor.
It create button link to :
- file
- url
- page
Install
With submodule
git submodule add -f https://github.com/Agence-Repliq/kirby3-block-buttons composer/plugins/kirby3-block-buttons
With composer
composer require repliq/kirby3-block-buttons
With source
- Download a release on https://github.com/Agence-Repliq/kirby3-block-buttons/releases
- Unzip
- Put the folder in plugins folder of your site
How to dev
I use https://github.com/johannschopplich/kirbyup
Install dependencies
npm install
Start watch process
npm run dev
Start buil process
npm run build
