The Gutenberg Bootstrap Blocks module provides new Bootstrap blocks to Gutenberg editor.
Requirements
- Drupal Gutenberg Editor >= 2.x, see https://www.drupal.org/project/gutenberg
- Bootstrap >= 4.5, see https://getbootstrap.com/docs/4.5/getting-started/introduction/ for the front theme
Installation
- This project is compatible with Drupal ^8 || ^9
- Install as usual, see http://drupal.org/node/1897420 for further information.
Configuration
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
Project Link
https://www.drupal.org/project/gutenberg_bs_blocks
Git instructions
git clone --branch 1.0.x https://git.drupalcode.org/project/gutenberg_bs_blocks.git
Comments
Comment #2
vigneshvalliappan commentedPlease implement hook_help().
Comment #3
kevin-philippeI've added the hook_help implementation.
Comment #4
drupal-ramesh commentedHi kevin-philippe
All dependencies must be prefixed with the project name.Dependencies on Drupal core or contrib modules should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/views) and {module} is the module's machine name.
Comment #5
kevin-philippeHi drupal.ramesh,
I've fixed the dependencies.
Comment #6
pinesh commentedThank you for the contribution!
Please fix the Drupal coding standards.
Comment #7
pinesh commentedComment #8
kevin-philippePinesh Kumar, thanks for review.
Which command should I run to get this result?
I'm trying
phpcs --standard=Drupal --ignore=node_modules web/modules/contrib/gutenberg_bs_blocks/but I have errors for React tags :/Comment #9
pinesh commentedHello Kévin Philippe,
Update Comment:-
Please Try With this.
Comment #10
kevin-philippeI've fixed Drupal coding standards but the "build" directory is generated and minified with webpack. Should I disable webpack minification ?
Comment #11
avpadernoComment #12
avpadernoI am changing priority as per https://www.drupal.org/node/539608.
Comment #13
avpadernoComment #14
avpadernoThank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank all the dedicated reviewers as well.