Block Manager for WordPress Block Editor (Gutenberg)
by Cyril Jacquesson · github.com/cyrale/block-manager-for-block-editor · website
★ 0stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/cyrale/block-manager-for-block-editor/releases/download/latest/block-manager-for-block-editor-latest.zipReadme
Block Manager for WordPress Block Editor (Gutenberg)
Installation
Manual Installation
- Upload the entire
/block-manager-for-block-editordirectory to the/wp-content/plugins/directory. - Activate Block Manager for WordPress Block Editor (Gutenberg) through the 'Plugins' menu in WordPress.
Composer installation
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cyrale/block-manager-for-block-editor"
}
]
}
- Add above repository to
composer.json. - Run
composer require cyrale/block-manager-for-block-editor. - Activate Block Manager for WordPress Block Editor (Gutenberg) through the 'Plugins' menu in WordPress.
Changelog
Read the full README on GitHub →