Skip to content

editorblocks/editor-blocks

Repository files navigation

Editor Blocks for Gutenberg

A unique collection of Gutenberg blocks.

Here's an example of a full page created with Editor Blocks - Editor Blocks Demo

Design Considerations

Editor Blocks look better with a wide layout, we recommend using a 'Full Width' page template if your theme has one. We've also built a (free) companion theme you can use:

Development

  1. Clone the GitHub repository: https://github.com/editorblocks/editor-blocks.git
  2. Browse to the folder in the command line.
  3. Run the npm install command to install the plugin's dependencies within a /node_modules/ folder.
  4. Run the npm start command for development.
  5. Run the build gulp task to process build files and generate a zip.

Contributions

There are various ways you can contribute:

  1. Raise an Issue on GitHub
  2. Send a pull request with your bug fixes and/or new features
  3. Provide feedback and suggestions on enhancements

Create Guten Block

Editor Blocks wouldn't have been possible without the work of @ahmadawais.

create-guten-block is zero configuration dev-toolkit (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring React, webpack, ES6/7/8/Next, ESLint, Babel, etc.

https://github.com/ahmadawais/create-guten-block