Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.14 KB

Gutenberg blocks

This collection provide you a pre-built set of Gutemberg blocks using at the same time:

HOW TO USE

Each block have its own folder in this repository contains its own files. They can be used placing the files in the right position (explained below) and following README.md file inside the block folder.

Before continue follow the instructions (README.md file) inside setup folder.

The only one .php file must be copied inside your_wordless_theme/config/initializers/blocks/

The only one .sass file must be copied inside your_wordless_theme/theme/assets/stylesheets/blocks/

The only one .js.coffee file must be copied inside your_wordless_theme/theme/assets/javascripts/blocks/

The only one .pug file must be copied inside your_wordless_theme/theme/views/blocks/

Notes

This collection needs the merge of welaika/wordless#235