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
Not to get warnings, load the css using the correct hook
Warnings
Carbon-fields-core-css was added to the iframe incorrectly. Please use block.json or enqueue_block_assets to add styles to the iframe.
carbon-fields-blocks-css was added to the iframe incorrectly. Please use block.json or enqueue_block_assets to add styles to the iframe.
return false
it happens with all the containers I have
1.run carbon fields in the site-editor.php 2.look in the browser console
I don't see enqueue_block_assets or enqueue_block_editor_assets anywhere. There are some pretty good hints as to how to use them in the comments on those pages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Expected Behavior
Not to get warnings, load the css using the correct hook
Actual Behavior
Warnings
Carbon-fields-core-css was added to the iframe incorrectly. Please use block.json or enqueue_block_assets to add styles to the iframe.
carbon-fields-blocks-css was added to the iframe incorrectly. Please use block.json or enqueue_block_assets to add styles to the iframe.
Container definition
it happens with all the containers I have
Steps to Reproduce the Problem
1.run carbon fields in the site-editor.php
2.look in the browser console
Comments
I don't see enqueue_block_assets or enqueue_block_editor_assets anywhere. There are some pretty good hints as to how to use them in the comments on those pages
The text was updated successfully, but these errors were encountered: