Hi @jpowersdev,
I’m talking about the options passed to tinymce.init as seen in https://github.com/yikesinc/yikes-inc-easy-custom-woocommerce-product-tabs/blob/0deccf931153f64977b72d6dd823150d6225dde6/js/repeatable-custom-tabs-shared.js#L51.
I think they’re code for different use cases -as everything is fine when (re)loading after tab creation but not when it’s just created-.
As far as my understanding goes, it’s initializing TinyMCE with completely default values without checking if there are any active addon.
Assuming that’s right -which I’m not completely sure of-, adding a request to ask the server which TinyMCE addons are active -if any- should solve it.
Borja