=== Overblocks === Contributors: Enea Overclokk Donate link: https://italystrap.com/ Tags: block Requires at least: 5.5.0 Tested up to: 5.6.0 Stable tag: 1.0.0 Requires PHP: 7.0.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Only useful Gutenberg blocks
== Description ==
For now this plugin adds a block container to use instead of the groups block. The block container is a simple HTML element you can use for wrapping other elements and style it with your CSS.
== Installation ==
= Upload =
- Download the latest tagged archive (choose the "zip" option) or the latest from WP.org.
- Go to the Plugins -> Add New screen and click the Upload tab.
- Upload the zipped archive directly.
- Go to the Plugins screen and click Activate.
= Manual =
- Download the latest tagged archive (choose the "zip" option) or the latest from WP.org.
- Unzip the archive.
- Copy the folder to your /wp-content/plugins/ directory.
- Go to the Plugins screen and click Activate.
= WP.org =
- Install Overblocks either via the WordPress.org plugin directory, or by uploading the files to the
/wp-content/plugins/
directory in your server. - Activate the plugin through the 'Plugins' menu in WordPress
- Activate your desired functionality from Overblocks option page.
- After activating Overblocks, read the documentation for any kind of customization.
- That's it. You're ready to go!
= Git =
Using git, browse to your /wp-content/plugins/
directory and clone this repository:
git clone https://github.com/ItalyStrap/overblocks.git overblocks
cd overblocks
npm install
Then go to your Plugins screen and click Activate.
== Changelog ==
= 1.0.0 =
- First Release