-
Notifications
You must be signed in to change notification settings - Fork 31
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
Entry editor app in bulk editor needs to access useAutoResizer #1844
Comments
We are facing the same issue. |
Disclaimer, this comment likely has very little (to nothing) to do with this particular issue.
Hopefully I'm understanding your issue correctly, but are you able to drag/drop the entry editors order from the content type "Entry Editor" settings? See gif. If this is not the case, could you provide more context/steps to reproduce? Thanks |
@ethan-ozelius-contentful I was talking about the bulk editor for the referenced entries. When bulk editor is not enabled, you have the option to change the editor for the referenced entries but that option is not available for bulk editors. Screen.Recording.2024-04-23.at.3.52.00.PM.mov |
Hello @AKlein920, thank you for raising this issue. Are you still experiencing this bug? A change was merged a few days ago to fix some CSS outside of the iframe that was interfering with this width and could have been causing this issue. Since you mentioned that you are working on a custom app, it's difficult for us to debug what could be going wrong, so if you could provide code examples, or specific conflicting CSS rules, and steps to reproduce that would be much appreciated. Thank you! |
I am working on an entry editor app to manage many options for creating cards. Usually, these individual entries are best shown in the bulk editor interface, so content editors can easily edit many at a time.
However, the
useAutoResizer
method is not available in the entry editor location. Is there any workaround to properly render the editor app at the correct dimensions?The text was updated successfully, but these errors were encountered: