DEV Community

Cover image for Create Pages using Gutenberg (WordPress Editor) in Drupal 8

Create Pages using Gutenberg (WordPress Editor) in Drupal 8

Ivan Zugec on August 09, 2019

Get notified when new tutorials are published. Subscribe to our newsletter. šŸ“½ Video sections: Download and Install Gutenberg (01:15) Con...
Collapse
 
iam_timsmith profile image
Tim Smith

Great post! I was really looking forward to using Gutenberg in Drupal, but upon finding wp in the block classes was disappointed. Maybe it's just me but it feels dirty to have those WordPress identifiers in Drupal. You definitely list A LOT of advantages to using it though!

Collapse
 
ivanzugec profile image
Ivan Zugec

Thanks for the comment.

You see the wp classes because it's using the Gutenberg blocks that ship with the plugin.

I guess the solution is to just create your own set of blocks. :)