An open API service indexing awesome lists of open source software.

https://github.com/tomodomoco/gutenberg-block-columns

Gutenberg columns block supporting variable-width columns
https://github.com/tomodomoco/gutenberg-block-columns

gutenberg plugin wordpress

Last synced: 10 months ago
JSON representation

Gutenberg columns block supporting variable-width columns

Awesome Lists containing this project

README

          

# Columns Block for Gutenberg

Ever wanted to add columns with variable widths on your Gutenberg page? This block provides ~the~ a solution.

> **This block is a work in progress.** We don't recommend using it in production environments unless you're sure you know what you're doing.

## Installation

When installed from this repo, you must build the JavaScript files and install some PHP dependencies. You'll need `nvm`, `npm`, and `composer`.

1. `nvm install && nvm use` Install and use the correct version of NodeJS
2. `npm install` Install the NPM dependencies
3. `npm run build` Build the JavaScript and Sass files
4. `composer install` Install required PHP dependencies
5. Activate the plugin and you should be good to go!

## About Tomodomo

Tomodomo is a creative agency for magazine publishers. We use custom design and technology to speed up your editorial workflow, engage your readers, and build sustainable subscription revenue for your business.

Learn more at [tomodomo.co](https://tomodomo.co) or email us: [hello@tomodomo.co](mailto:hello@tomodomo.co)

## License & Conduct

This project is licensed under the terms of the MIT License, included in `LICENSE.md`.

All open source Tomodomo projects follow a strict code of conduct, included in `CODEOFCONDUCT.md`. We ask that all contributors adhere to the standards and guidelines in that document.

Thank you!