plone-ve / volto-customizable-link-button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

item badge release badge branch badge

volto-customizable-link-button

The Volto Customizable Link Button is a powerful add-on for the Volto CMS that allows users to create customizable button that can be used to redirect to specific content. With this add-on, you can easily create button that match the look and feel of your website and draw attention to important links.

Features

Easily create buttons that redirect to specific content Customize the look and feel of your buttons from the Volto sidebar Choose from a variety of pre-set colors and create your own custom style

Screenshots

Block View

Screenshot from 2023-04-12 16-36-33

Sidebar

Screenshot from 2023-04-12 16-36-51

Color Palette

git gif

Installation

Create a new Volto project (you can skip this step if you already have one):

npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @cybroplone/customizable-link-button
cd my-volto-project

Add @cybroplone/customizable-link-buttonto your package.json:

"addons": [
    "@cybroplone/customizable-link-button"
],

"dependencies": {
    "@cybroplone/customizable-link-button": "*"
}

Download and install the new add-on by running:

yarn install

Start Volto with:

yarn start

Go to http://localhost:3000, login, create a new page. The customizable button block will show up in the Volto blocks chooser.

About


Languages

Language:JavaScript 83.2%Language:Makefile 13.2%Language:Less 3.6%