Dots United WordPress Editor Grid Plugin
WordPress editor extension to create and manage grids.
by Dots United GmbH · github.com/dotsunited/wordpress-plugin-editor-grid · website
★ 3stars
139composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dotsunited/wordpress-plugin-editor-grid/archive/refs/heads/master.zipAlso on Packagist as dotsunited-wordpress-plugin/editor-grid:
composer require dotsunited-wordpress-plugin/editor-gridFrom the readme
WordPress Editor Grid Plugin
A lightweight WordPress Plugin to create and manage grids via the WordPress Post Editor.
Installation
Install with
Note: This plugin does not automatically add the required styles to the frontend
pages (only to the Admin Editor), in order to prevent multiple css files from
multiple plugins in the site header (which would ruin the pagespeed).
The incorporation into a Webpack workflow
with LESS is encouraged.
You can find an example boilerplate for possible frontend styles
here,
and for a possible WordPress-Webpack setup
here.
The HTML generated by the plugin looks like this:
Enabling for additional editors
The grid plugin can be enabled for other editors by registering the editor IDs
through the dotsunitededitorgrideditorids filter.
License
Copyright (c) 2015-2018 Dots United GmbH.
Released under the MIT license.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v3.0.1 | Jan 13, 2017 |
| v2.0.1 | Jan 13, 2017 |
| v1.0.1 | Jan 13, 2017 |
| v3.0.0 | Dec 2, 2016 |
| v2.0.0 | Dec 2, 2016 |
| v1.0.0 | Jun 10, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.