2017 © Pedro PelĂĄez
 

library theme-lib-backend-editor

Opinionated editor improvements for WordPress themes (pre Gutenberg)

image

mindkomm/theme-lib-backend-editor

Opinionated editor improvements for WordPress themes (pre Gutenberg)

  • Tuesday, February 13, 2018
  • by gchtr
  • Repository
  • 3 Watchers
  • 0 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 54 % Grown

The README.md

Theme\Backend\Editor

Opinionated editor improvements for WordPress themes (pre Gutenberg)., (*1)

  • Updates TinyMCE settings:
    • Strips formatting from pasted text
    • Set default block formats: Paragraph, Heading 2 and Heading 3
    • Use custom indentation of 40px.
  • Merges the two rows of buttons into one. Removes all buttons we think are not needed.
  • Adds a CSS class .contentImage to images inserted into the content editor.

Installation

You can install the package via Composer:, (*2)

composer require mindkomm/theme-lib-backend-editor

Usage

functions.php, (*3)

$editor = new Theme\Backend\Editor();
$editor->init();

Support

This is a library that we use at MIND to develop WordPress themes. You’re free to use it, but currently, we don’t provide any support., (*4)

The Versions

13/02 2018

dev-master

9999999-dev

Opinionated editor improvements for WordPress themes (pre Gutenberg)

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

13/02 2018

1.0.0

1.0.0.0

Opinionated editor improvements for WordPress themes (pre Gutenberg)

  Sources   Download

MIT

The Requires

  • php >=7.0.0