Pavel Denisjuk
Pavel Denisjuk
@will-fagerstrom thanks, I triggered tests to see if everything is 🟢
@yashdev16 any chance you can provide a few screenshots or a video which demonstrates the use case? Thanks!
This is a very weird issue. I'm able to create projects without problems using npm `10.8.1` and node `20.16.0`. This is how we detect npm version: https://github.com/webiny/webiny-js/blob/next/packages/create-webiny-project/utils/getNpmVersion.js There really isn't...
@mattsollie we finally got to investigating this, since no one on the team uses Windows, it was a bit of a challenge. The fix is already there and will be...
@cscarbrough would you mind sending over your model export, so we can import your exact model and test? If you don't want to post it here on Github, send it...
@cscarbrough Not sure what's going on there, but I'm unable to reproduce it with your sample model. Here's a video from my system 🤔 https://github.com/user-attachments/assets/f32d5a8d-9f85-479a-ab3c-242a7dc6cc56
@cscarbrough From the CMS UI perspective, that field is rendered using [this field renderer](https://github.com/webiny/webiny-js/blob/next/packages/app-headless-cms/src/admin/plugins/fieldRenderers/richText/richTextInput.tsx). This renderer is dedicated to the legacy editor.js. To simplify your debugging, you can create a...