WP Manifestindependent plugin directory
manifest / content / acf-simple-wysiwyg

Advanced Custom Fields: Simple Wysiwyg field

WordPress plugin that creates a new ACF Wysiwyg field type with very limited controls - bold, italic, link and colors. Perfect for headings.

by Codelight.eu · github.com/codelight-eu/acf-simple-wysiwyg · website

1stars
236composer installs
1forks

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/codelight-eu/acf-simple-wysiwyg/archive/refs/heads/master.zip

Also on Packagist as codelight-eu/acf-simple-wysiwyg:

composer require codelight-eu/acf-simple-wysiwyg

From the readme

Advanced Custom Fields: Simple Wysiwyg field WordPress plugin that creates a new ACF Wysiwyg field type with very limited controls - bold, italic, link and colors. Perfect for headings. How it looks like Why? Sometimes you need a page heading with a fixed h1 tag, but with some styling - for example, a word that's bold or underlined or even a link. This field type allows doing that, but doesn't add paragraph tags and removes all unnecessary controls so your clients won't accidentally screw up the layout. Shortcodes will still work, though. Installation composer require codelight-eu/acf-simple-wysiwyg Where can I find the new field type Can I change the tinyMCE controls? Sure. Use the following filter: acf/fields/simple-wysiwyg/toolbars Looks like this in the code:

Read the full README on GitHub →

Releases

TagPublished
2.1 Apr 27, 2021

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.