We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was tracking down a console error seen on a Newspack site using Publisher Media Kit.
tinymce.min.js:2 GET https://domain.com/wp-content/plugins/publisher-media-kit/dist/css/editor-style.min.css?wp-mce-49110-20201110 net::ERR_ABORTED 404 (Not Found)
This file does not appear to be built. It is not listed in the entrypoints: https://github.com/10up/publisher-media-kit/blob/develop/package.json#L60-L69
Should editor style be added as its own entrypoint to support this code? https://github.com/10up/publisher-media-kit/blob/develop/includes/core.php#L338-L353
Load New Post page with plugin enabled. Do not have SCRIPT_DEBUG enabled. Observe the 404.
No response
The text was updated successfully, but these errors were encountered:
davisshaver
Successfully merging a pull request may close this issue.
Describe the bug
I was tracking down a console error seen on a Newspack site using Publisher Media Kit.
This file does not appear to be built. It is not listed in the entrypoints: https://github.com/10up/publisher-media-kit/blob/develop/package.json#L60-L69
Should editor style be added as its own entrypoint to support this code? https://github.com/10up/publisher-media-kit/blob/develop/includes/core.php#L338-L353
Steps to Reproduce
Load New Post page with plugin enabled. Do not have SCRIPT_DEBUG enabled. Observe the 404.
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: