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.zipReadme
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
- Navigate to the 'Add New' Plugin Dashboard
- Click on 'Upload Plugin' and select
wp-custom-block.zipfrom your computer - Click on 'Install Now'
- Activate the plugin on the WordPress Plugins Dashboard
Using FTP
- Extract
wp-custom-block.zipto your computer - Upload the
wp-custom-blockdirectory to yourwp-content/pluginsdirectory - Activate the plugin on the WordPress Plugins Dashboard
Changelog
1.0.0
- Initial release.