adrianduffell / wp-concert-block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concert Review Block for WordPress

A block for the new editor in WordPress for concert reviews. It provides fields for the artist(s) name, venue, date, and photo and review.

Requirements

  • WordPress 4.9
  • Gutenberg plugin

Installation

Clone the development version of this repo to your plugins directory.

git clone -b dev git@github.com:adrianduffell/wp-concert-block.git

Install dependencies with NPM and build the project.

npm install
npm run build

Usage

Once installed, add block and choose Concert Review from the Widgets section.

Development

Use the NPM npm build dev script to develop this project.

About

License:GNU General Public License v3.0