-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPT support + custom TinyMCE locations #67
Comments
yeah, I am looking into that, too. As for CPT, Content Cards should already work in all of them. The problem is when wp_editor is loaded in unusual places (settings, tools, etc.) as now we load most of javascript only on post pages in WP Admin, due to this check:
We need a better check if |
I think I have a solution for this. Instead of using |
Sounds awesome 👍 |
But I see a different problem - if we use this not in a post context, there is no post_id to use for data cache'ing |
@ideag Options table for storage perhaps? Wouldn't that also make it possible to share cache if multiple pages embed the same URL? |
@khromov hmm, I discarded idea of storage in |
As per:
https://wordpress.org/support/topic/script-not-loading-with-acf-wysiwyg-editor?replies=1#post-7454794
The text was updated successfully, but these errors were encountered: