miya0001/tinymce-templates

ACF support

Closed this issue · 1 comments

Hi there !
My team and I are looking for a way to enable TinyMCE Templates on ACF wysiwyg.

Advanced Custom Fields Plugin provides a Wysiwyg Custom Fields inwhich we
would like to use TinyMCE Templates.

As I can see, we are not the only ones who expected this support : https://wordpress.org/support/topic/problems-with-acf-unsolved/

Does anyone know how we could make those two plugins working together ?

Thank you for this plugin anyway 👍
Cheers

Martin

Oops ! I just RTFM ^^

Remarque
How to display insert template button on wysiwyg editor of the ACF.

add_filter( 'tinymce_templates_enable_media_buttons', function(){ return true; // Displays insert template button on all visual editors } );