AF Athena Blocks
A plugin to add Athena elements to the Gutenberg Block Editor.
★ 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/ucf/af-athena-blocks/archive/refs/heads/main.zipDeclares an update source (UCF/af-athena-blocks), so updates arrive through the plugin's own updater.
From the readme
AF Athena Blocks #
A plugin to add Athena elements to the Gutenberg Block Editor.
Description ##
A plugin to add Athena elements to the Gutenberg Block Editor.
Documentation ##
Head over to the AF Athena Blocks wiki for detailed information about this plugin, installation instructions, and more.
Changelog ##
= 1.0.0 = {{Update number as needed!}}
Initial release
Upgrade Notice ##
n/a
Development ##
Note that compiled, minified css and js {{edit this list if the plugin doesn't include css/js!}} files are included within the repo. Changes to these files should be tracked via git (so that users installing the plugin using traditional installation methods will have a working plugin out-of-the-box.)
Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs.
Requirements ###
node v16+
gulp-cli
Instructions ###
1. Clone the af-athena-blocks repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/af-athena-blocks.git
2. cd into the new af-athena-blocks directory, and run npm install to install required packages for development into nodemod