WP Manifestindependent plugin directory
manifest / editor / wp-concert-block

Concert Review Block

Adds a Concert Review block to the new WordPress editor.

by adrianduffell · github.com/adrianduffell/wp-concert-block

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/adrianduffell/wp-concert-block/archive/refs/heads/dev.zip

Readme

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.

Read the full README on GitHub →