Gutenberg Basics archived
This plugin has been deprecated.
★ 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/cyrale/gutenberg-basics/archive/refs/heads/main.zipReadme
Gutenberg Basics
Contributors: Cyrale
Tags: Gutenberg, WordPress
Requires at least: 4.9
Tested up to: 4.9.8
Stable tag: 1.0.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Deprecated
This plugin has been deprecated.
Description
Modifications on Gutenberg.
Installation
Manual Installation
- Upload the entire
/gutenberg-basicsdirectory to the/wp-content/plugins/directory. - Run
composer insallinside the plugin directory. - Activate Gutenberg Basics through the 'Plugins' menu in WordPress.
Composer installation
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cyrale/gutenberg-basics"
}
]
}
- Add above repository to
composer.json. - Run
composer require cyrale/gutenberg-basics. - Activate Gutenberg Basics through the 'Plugins' menu in WordPress.