You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to replace textarea with rich text editor in Django Admin.
I tryed out the TyniMCE lib.
However the TyniMCE rich text editor do not work when I use the "material.admin" app. The Django admin only display the text editor if I unregister the "material.admin" app. I figured out that they are “incompatible with each other. I guess, the Django-material-admin overrides the tyniMCE's CSS/Js.
How to solve that problem
or
which are the best Django rich text editor to use while use Material-Admin (material.admin" app) as well? Or
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi there!
I need to replace textarea with rich text editor in Django Admin.
I tryed out the TyniMCE lib.
However the TyniMCE rich text editor do not work when I use the "material.admin" app. The Django admin only display the text editor if I unregister the "material.admin" app. I figured out that they are “incompatible with each other. I guess, the Django-material-admin overrides the tyniMCE's CSS/Js.
How to solve that problem
or
which are the best Django rich text editor to use while use Material-Admin (material.admin" app) as well? Or
Thanks in advance.
The text was updated successfully, but these errors were encountered: