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.
- WordPress 4.9
- Gutenberg plugin
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
Once installed, add block and choose Concert Review from the Widgets section.
Use the NPM npm build dev
script to develop this project.