thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Improve Rich text box read view using TinyMCE Readonly mode #5717

Open lamualfa opened 1 year ago

lamualfa commented 1 year ago

Description

Instead of displaying the rich text box data as it is (HTML String), please use the default TinyMCE Readonly mode to keep the consistency between add/edit & read page.

Before

image

After

image

Related Issues

@emptynick @MrCrayon