repliq/kirby3-block-buttons

Add buttons block plugin

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

Type:kirby-plugin

1.0.2 2023-06-22 09:03 UTC

This package is auto-updated.

Last update: 2024-04-22 10:49:09 UTC


README

preview block buttons

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

  1. Download a release on https://github.com/Agence-Repliq/kirby3-block-buttons/releases
  2. Unzip
  3. 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