A wordpress plugin to automatically resize wysiwyg and textarea fields in Advanced Custom Fields
Author: | Yeah GbR (profile at wordpress.org) |
WordPress version required: | 3.6.0 |
WordPress version tested: | 5.9 |
Plugin version: | 2.0.15 |
Added to WordPress repository: | 21-06-2018 |
Last updated: | 28-01-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 100 |
Rated by: | 20 |
Plugin URI: | https://wordpress.org/plugins/acf-autosize/ |
Total downloads: | 35 858 |
Active installs: | 5 000+ |
Click to start download |
A wordpress plugin to automatically resize and improve upon wysiwyg and textarea fields in Advanced Custom Fields.
Features
- Automatically resize wysiwyg and textarea fields in ACF groups
- Add
data-wysiwyg-slug='my-wysiwyg-field'
to the body in tinymce iframes, so you can style those iframe’s contents using editor-styles.
Limitations
- Currently does not work on fields inside of ACF Gutenberg Blocks.
Usage
- Install and activate like any other wordpress plugin
[data-wysiwyg-slug]
is added to every wysiwyg field!- The plugin is enabled by default on all textareas and wysiwyg fields. You can disable it by adding the class
no-autosize
to a field. - You can set the the default behaviour to false via the
acf-autosize/enabledByDefault
-filter. After that you can reenable single fields by adding the classautosize
. - Set
min-height
of WYSIWYG-fields viaacf-autosize/wysiwyg/min-height
-filter. - The plugin can be enabled in the frontend via
acf-autosize/enabledInFrontend
-filter.
mu-plugin
acf-autosize-mu.php
is a single-file drop-in version of acf-autosize for usage in your theme or mu-plugins. It contains the javascript and is autogenerated!
Development
Check out the source code on Github!
ChangeLog