wagtail / wagtail-ai

Get help with your Wagtail content using AI superpowers.
https://wagtail-ai.readthedocs.io/latest
MIT License
137 stars 24 forks source link

Update Draftail integration #11

Closed zerolab closed 10 months ago

zerolab commented 1 year ago

wagtail-ai currently monkey-patches initEditor to add the buttons and functionality Wagtail 5.1 (and https://github.com/wagtail/wagtail/pull/10547 specifically) adds official APIs for Draftail controls, decorators and plugins

Anyone who's worked with Wagtail admin/Draftail could probably make improvements there and start using the latest API improvements.

zerolab commented 1 year ago

cc @Morsey187

tomusher commented 1 year ago

As mentioned in #14, I think we can drop support for <Wagtail 5.1 and avoid keeping this monkeypatch in the codebase.

zerolab commented 10 months ago

Done in #31