Rafael Velazco
Rafael Velazco
Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/Lunik-61780f8ea7866b001141b588/issues/dotCMS/core/22517?planning-poker) with ZenHub @fmontes @hmoreras
There is a problem with `rem` because when we use the `block editor` inside `dotCMS`, the `styles` get the base `font size` value of the `iframe`. That's because we're not...
**Problem:** When we use the `block editor` inside `dotCMS` the value of `rem` takes the value of the `root` of the `iframe`. **Possible solutions:** 1. Use `em` instead of `rem`....
PR: #22890
@josemejias07 You were right, some values were using `em`. Just FYI, because of this [issue](https://github.com/dotCMS/core/issues/22165#issuecomment-1205320719): > There is a problem with `rem` because when we use the `block editor` inside...
The `api` is not sending the `contentlet` data. **To Reproduce** 1. Create a `contentlet` of a `contenttype` with a `WYSIWYG` field. 2. Add content to the new `contentlet`. 3. Open...
Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/Lunik-61780f8ea7866b001141b588/issues/dotCMS/core/22671?planning-poker) with ZenHub @hmoreras @oidacra @fmontes
### Passed internal QA - Tested on Docker: [`dotcms:master_c088f59`] #### Video https://github.com/dotCMS/core/assets/72418962/6c98d875-e6b7-4424-a9e9-0b65b33aac56
## EDIT In this case, we are modifying the `template`, not the page `layout`. Once the page is created, the `template` changes should not affect the page `layout`. ### Failed...
> ### Failed Internal QA > * Tested on master: [`dotcms:master_84d170e`] > > #### Steps to Reproduce > iqa-fix-uuid-template-issue-27689.mov Do we want to take care of that case in this...