matthiask / django-prose-editor

ProseMirror-based HTML editor for Django
https://django-prose-editor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
90 stars 6 forks source link

Updated README to document used CSS custom properties. #11

Closed carltongibson closed 1 month ago

carltongibson commented 1 month ago

It's required to set these properties in order for the editor controls to correctly render.

Update: Fixes #5 (apparently 😅)

matthiask commented 1 month ago

Yes, thank you! I'm going to merge this, but will probably introduce a set of new properties to replace them. The current names are all from django.contrib.admin and are a bit too likely to clash.

(The old names will probably stay as a fallback.)