2017 © Pedro Peláez
 

wordpress-plugin editor-grid

WordPress editor extension to create and manage grids.

image

dotsunited-wordpress-plugin/editor-grid

WordPress editor extension to create and manage grids.

  • Monday, January 22, 2018
  • by jsor
  • Repository
  • 4 Watchers
  • 3 Stars
  • 5 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 18 Versions
  • 400 % Grown

The README.md

WordPress Editor Grid Plugin

A lightweight WordPress Plugin to create and manage grids via the WordPress Post Editor., (*1)

Installation

Install with, (*2)

composer require dotsunited-wordpress-plugin/editor-grid

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)., (*3)

The incorporation into a Webpack workflow with LESS is encouraged., (*4)

You can find an example boilerplate for possible frontend styles here, and for a possible WordPress-Webpack setup here., (*5)

The HTML generated by the plugin looks like this:, (*6)

<div class="editor-grid editor-grid-shadow editor-grid-background">
    <div class="editor-grid-container">
        <div class="editor-grid-unit editor-grid-unit-6 editor-grid-shadow editor-grid-background-highlight">
            <!-- Content -->
        </div>
        <div class="editor-grid-unit editor-grid-unit-6 editor-grid-background">
            <!-- Content -->
        </div>
    </div>
</div>

Enabling for additional editors

The grid plugin can be enabled for other editors by registering the editor IDs through the dotsunited_editor_grid_editor_ids filter., (*7)

add_filter('dotsunited_editor_grid_editor_ids', function($editor_ids) {
    // WP Editor Widget plugin
    $editor_ids[] = 'wpeditorwidget';
    return $editor_ids;
});

License

Copyright (c) 2015-2018 Dots United GmbH. Released under the MIT license., (*8)

The Versions

22/01 2018

dev-master

9999999-dev https://github.com/dotsunited/wordpress-plugin-editor-grid

WordPress editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

13/01 2017

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

13/01 2017

v2.0.1

2.0.1.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

13/01 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

13/01 2017

v1.0.1

1.0.1.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

13/01 2017

v3.0.1

3.0.1.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

WordPress editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

02/12 2016

v3.0.0

3.0.0.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

WordPress editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

10/10 2016

v2.0.0

2.0.0.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

10/06 2016

v1.0.0

1.0.0.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

17/11 2015

v0.2.0

0.2.0.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

03/11 2015

v0.1.7

0.1.7.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

02/11 2015

v0.1.6

0.1.6.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

02/11 2015

v0.1.5

0.1.5.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

31/10 2015

v0.1.4

0.1.4.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

30/10 2015

v0.1.3

0.1.3.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

30/10 2015

v0.1.2

0.1.2.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

30/10 2015

v0.1.1

0.1.1.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor

30/10 2015

v0.1.0

0.1.0.0 https://github.com/dotsunited/wordpress-plugin-editor-grid

Editor extension to create and manage grids.

  Sources   Download

MIT

The Requires

 

plugin wordpress grid editor