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

Custom WP Block

WordPress plugins that registers a custom editor block using ES5 JavaScript syntax.

by Alexis J. Villegas · github.com/ajvillegas/custom-wp-block · website

0stars
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/ajvillegas/custom-wp-block/archive/refs/heads/master.zip

Readme

Custom WP Block

Registers a custom editor block using ES5 JavaScript syntax.

Contributors: ajvillegas
Tags: blocks, gutenberg
Requires at least: 5.4
Tested up to: 5.5
Stable tag: 1.0.0
License: GPLv2 or later

Description

This plugin registers a custom editor block using ES5 JavaScript syntax for educational purposes.

Installation

Using The WordPress Dashboard

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Click on 'Upload Plugin' and select wp-custom-block.zip from your computer
  3. Click on 'Install Now'
  4. Activate the plugin on the WordPress Plugins Dashboard

Using FTP

  1. Extract wp-custom-block.zip to your computer
  2. Upload the wp-custom-block directory to your wp-content/plugins directory
  3. Activate the plugin on the WordPress Plugins Dashboard

Changelog

1.0.0

  • Initial release.

Read the full README on GitHub →