=== Gutenberg Block Manager === Contributors: dcooney, connekthq Tags: gutenberg, disable blocks, gutenberg blocks, manage blocks, block administration Requires at least: 5.0 Tested up to: 5.4.2 License: GPLv2 or later Stable tag: trunk Globally disable Gutenberg Blocks from the post editor. == Description == The Gutenberg Block Manager is a standlone plugin for WordPress that allows site adminstators to _globally_ remove unwanted blocks from the Gutenberg editor for all users. Disabled Gutenberg blocks will be removed from the block inserter on all post edit screens. ### Features - **Globally enable/disable blocks** - Unlike the block manager inside the Gutenberg editor, this tool will globally enable/disable blocks for all users not based on personal preferences. - **Block Search and Filter** - Quickly locate blocks using the block search and filter tool. == Installation == How to install Block Manager. = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'Block Manager' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `block-manager.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `block-manager.zip` 2. Extract the `block-manager` directory to your computer 3. Upload the `block-manager` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard Then navigate to `wp-admin -> Settings -> Block Manager` to use the plugin. == Screenshots == 1. Block Manager Admin == Changelog == = 1.0 - January 6, 2020 = - Initial release