emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

Field not rendered in detail #75

Closed hexlay closed 1 year ago

hexlay commented 2 years ago

Hello, field is showing html elements and is not rendered. Only workaround i found is to define for example 2 descriptions and show TinyMCE one in only forms and other Text (asHtml) as showcase... However it would be amazing if it had asHtml or it rendered it automatically.

Thanks !

daanadriaan commented 2 years ago

Fixed in https://github.com/emilianotisato/nova-tinymce/pull/78/

sanderbaas commented 2 years ago

Could this be merged please?

jcsoriano commented 2 years ago

Just bumping this up and hoping #78 can be merged :)

Specialistinwebsites commented 1 year ago

Has this been reverted? I don't see this in 2.0.0. Applying 'asHtml' => true before rule 27 in NovaTinyMCE.php should fix this issue. You could also pass it as an option and make "ashtml" available in nova-tinymce.php. Looking forward to seeing this fixed in 2.0.1.

Pondake commented 1 year ago

This issue is still present. Not sure why OP closed the issue.