Feat: Richtext field full screen mode, similar to markdown fieldtype#972
Conversation
|
@saravanan-inc is attempting to deploy a commit to the Rowy Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hi @saravanan-inc, are you able to run |
|
@shamsmosowi yeah yarn build is working in wsl2 using Ubuntu and also in windows 11 |
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
|
@notsidney I checked your styles and the z-index of the modal is 1200 but we need 1203 to hide the sidebar and also as for the colour since it transparent background is visible |
|
Thanks for pointing this out @saravanan-inc. The styles were correct, but they weren’t being applied because a more specific CSS selector from the 3rd-party component’s default styles was overriding our styles. The side drawer’s z-index is |


#752
Based on this issue, added a plugin based on the @tinymce/tinymce-react react library
For more details on the plugin refer https://www.tiny.cloud/docs/plugins/opensource/fullscreen/
Added the fullscreen plugin in plugin array and toolbar

