WP Manifestindependent plugin directory
manifest / editor / cg-blocks

Gutenberg Contact Card Block

A custom gutenberg contact card block

by Imran Sayed · github.com/imranhsayed/cg-blocks · website

6stars
1forks

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/imranhsayed/cg-blocks/archive/refs/heads/master.zip

From the readme

Description This plugin adds a simple block in the Gutenberg editor of your WordPress dashboard. You can add a card called Contact card where you can add your image, description, contact email and social links Plugin Demo Installation 1. Download the zipped plugin. Unzip the plugin. Rename the plugin directory from cg-blocks-master to cg-blocks. Zip the renamed plugin directory 2. Navigate to the Plugins Add new screen in your WordPress administrative dashboard. 3. Click Add New at the top of the page. 3. Click Upload Plugin at the top of the page. 4. Click Choose File, then find and Upload the downloaded renamed zip file. 5. After the plugin finishes installing, click Activate. or, Go to your plugin directory from terminal and Clone this repo in wp-content/plugins directory git clone https://github.com/imranhsayed/cg-blocks And then activate it from Plugins screen in your WordPress administrative dashboard. 6. Thats it! What is included in this plugin ? - The plugin uses ReactJS & ESNext for creating custom gutenberg block, along with PHP's OOP concept - It uses Webpack to bundle all of its dependencies into one file index.js - Has separate stylesheet for front

Read the full README on GitHub →