0.0.6 • Published 5 years ago

datocms-plugin-sidebar-button v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Sidebar Button DatoCMS plugin

Shows button

Configuration

To configure the sidebar button you need to specify the url, define the button's label and write a few lines to explain the content editor what the button does as a hint (optional).

Development

Install all the project dependencies with:

yarn install

Add this plugin in development mode to one of your DatoCMS project with:

yarn addToProject

Start the local development server with:

yarn start

The plugin will be served from https://datocms-plugin-sidebar-button.localtunnel.me/. Insert this URL as the plugin Entry point URL.

yarn publish