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
- Host: GitHub
- URL: https://github.com/tomodomoco/gutenberg-block-columns
- Owner: TomodomoCo
- License: mit
- Created: 2018-08-09T15:44:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T21:47:46.000Z (about 7 years ago)
- Last Synced: 2025-03-28T16:43:41.421Z (11 months ago)
- Topics: gutenberg, plugin, wordpress
- Language: JavaScript
- Size: 88.9 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!