How To Add An External Object As A Field Panel In Wagtail Cms
I've a pre-existing Django project where I started a Wagtail-driven app. In the Django project, I have a model Map which I need to make available also in the wagtail-app. Django-pr
Solution 1:
The simplest approach is to register your Map model as a snippet, and then to reference it from your page with a SnippetChooserPanel.
Good luck!
Post a Comment for "How To Add An External Object As A Field Panel In Wagtail Cms"