Rafael Velazco
Rafael Velazco
PR: https://github.com/dotCMS/dotcms-nextjs-starter/pull/139
**Bug Report** Some images have empty `src, alt, title` attributes: **More Information** I think it's related to the `dotImage.vtl` [files](https://github.com/dotCMS/core/blob/master/dotCMS/src/main/webapp/WEB-INF/velocity/static/storyblock/dotImage.vtl)
**Update** It wasn't a bug at all. What happened is that I started a `dotCMS` instance using `full starter`. The initial `JSON` for blogs in `starter` is outdated. Since we...
After talking to @fmontes, I realized we should support both `json formats` because the block editor has already been used in customer projects.
> Kapture.2022-10-31.at.14.39.10.mp4 1. The position of the form should already be resolved after updating the `dotcms-block-editor.js` in this PR: https://github.com/dotCMS/core/pull/23274 https://user-images.githubusercontent.com/72418962/199143948-ef484146-e037-4bed-b055-e8dc9ae8ecd7.mov Docker Image: `22.11_dc7d7bcd_SNAPSHOT` 2. I'll take a look at...
We have already fixed everything on the guidelines. Now, it's up to the Vercel team to review/merge the example. https://github.com/vercel/next.js/pull/38214
Hello @balazsorban44! I hope you are doing well. Thanks for your last feedback. I think we have already fixed everything required in the guidelines. When you have time, your feedback...
After reading this https://github.com/styled-components/styled-components/issues/3146#issuecomment-895245050, I was able to fix the issue by disabling the strict mode. Since I'm working on a `NextJS` Project, I just changed the `next.config.js`. ```js /**...
**Fixed:** 1. Paste links in the `link-form` input should not close the form link. 2. Paste a link directly into the editor should work. ~3. Type a link directly in...
PR: #22879