Support

Account

Home Forums Front-end Issues ACF + Ajax; certain JS functionalities missing Reply To: ACF + Ajax; certain JS functionalities missing

  • I debugged acf-input.json for a bit.

    Inside ACF’s initializeQuicktags() default settings are retrieved like so:
    `
    var defaults = {
    tinymce: tinyMCEPreInit.mceInit.acf_content,
    quicktags: tinyMCEPreInit.qtInit.acf_content
    };
    `
    I decided to console.log(tinyMCEPreInit) here and in my attachment are my results. On the left is my custom page, on the right a default ACF options page.

    As you can see, my custom page is missing the acf_content field under mceInit.