Skip to content
Snippets Groups Projects
Commit c012f7cd authored by Kévin Philippe's avatar Kévin Philippe
Browse files

Code review with phpcs

parent 18dccf50
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
## Summary
The Gutenberg Bootstrap Blocks module provides new Bootstrap blocks to Gutenberg editor like container, row, column.
The Gutenberg Bootstrap Blocks module provides new Bootstrap blocks to Gutenberg
editor like container, row, column.
For a full description of the module, visit the project page:
http://drupal.org/project/gutenberg_bs_blocks
......@@ -20,4 +21,5 @@ For a full description of the module, visit the project page:
No configuration needed.
See Drupal Gutenberg Editor documentation to enable Gutenberg Experience on a specific content type : https://www.drupal.org/docs/8/modules/gutenberg/installation-and-upgrades
See Drupal Gutenberg Editor documentation to enable Gutenberg Experience on a
specific content type : https://www.drupal.org/docs/8/modules/gutenberg/installation-and-upgrades
......@@ -56,4 +56,3 @@ column-block-edit:
build/css/column-edit.css: { }
dependencies:
- gutenberg/edit-node
......@@ -2,8 +2,7 @@
/**
* @file
* Provides new Bootstrap blocks to Gutenberg editor like container, row,
* column.
* Provides new Bootstrap blocks to Gutenberg editor.
*/
use Drupal\Core\Routing\RouteMatchInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment