repliq / kirby3-block-buttons
Add buttons block plugin
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:Vue
Type:kirby-plugin
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