-
Notifications
You must be signed in to change notification settings - Fork 10
Supports Just TinyMCE Styles
alex_prokopenko edited this page Jan 19, 2018
·
1 revision
Just TinyMCE Custom Styles is a plugin, which helps you to create easy to use custom styles/html attributes for WordPress editor. For example, it may add a class to a link or bold elements with new control in a editor toolbar.
This simple extension moves config file to {theme}/config/just-tinymce.json
. It helps to better
organize configuration files inside a theme.
To enable this feature you need to create an instance of feature class:
<?php
\JustCoded\WP\Framework\Supports\Just_Tinymce::instance();