acf-medium-editor icon indicating copy to clipboard operation
acf-medium-editor copied to clipboard

Configurable Medium Editor WYSIWYG Field for ACF5 Pro

Results 14 acf-medium-editor issues
Sort by recently updated
recently updated
newest added

When I set a repeater subfield to Medium Editor: ``` Fatal error: Uncaught Error: Call to undefined method stdClass::get_rest_schema() in /var/www/html/wp-content/plugins/advanced-custom-fields-pro/includes/rest-api/acf-rest-api-functions.php on line 11 Call stack: acf_get_field_rest_schema() wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-repeater.php:1132 acf_field_repeater::get_rest_schema() wp-content/plugins/advanced-custom-fields-pro/includes/rest-api/acf-rest-api-functions.php:11...

I would be very useful to expose all [medium editor options](https://github.com/yabwe/medium-editor/blob/master/OPTIONS.md). For example, this way it could be possible to control how [pasted contend](https://github.com/yabwe/medium-editor/blob/master/OPTIONS.md#paste-options) is handled.

If someone is looking to output thefield with wp-graphql or if the author would support wp-graphql, here a fix ``` add_filter('wpgraphql_acf_supported_fields', function ($supported_fields) { array_push($supported_fields, 'medium_editor'); return $supported_fields; }); add_filter('wpgraphql_acf_register_graphql_field',...

Thank you, @Hube2, for your work on acf and porting the medium editor over. I have two questions concerning links: 1. How can I add `targetCheckbox` to 'Other Medium Options'...

bug
enhancement

I tested the editor and just got feedback from my client that certain things broke on the website. When looking closer into the markup which the medium editor creates it's...

The field addon would be so awesome if it can mimic the default WP editor in a few ways. In: Size (row height) Visual (Medium version) and Text view options...

wontfix

Very strange mistake. When using the Cyrillic symbol "P" in upper case, after saving all the entered text is deleted. Wordpress 5.0.3, ACF 5.7.10

Hi! I'm trying to replace the standard bold tag by , with no success. Is it possible to apply a filter on it? Thanks!

Hi, I have several Medium Editors on my site and all of the options appear to work perfectly apart from _Italic_. Inspecting it, Italic doesn't appear to wrap the the...

Hi, First of all, great job with the plugin - it's fantastic! The issue I'm having though is that the pop-up (when highlighting text) displays below modals. FYI - I...