-
Notifications
You must be signed in to change notification settings - Fork 31
Support Wagtail 7 #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7c9e1c3 to
6465ae3
Compare
Takes the example from https://github.com/tox-dev/tox-gh
6c7953b to
b457c5f
Compare
in hopeful anticipation...
| "address": self.get_map_centre(value), | ||
| "gmaps_api_key": self.apikey, | ||
| "latlngMode": self.latlngMode, | ||
| "map_id": self.get_map_id(attrs["id"]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What seeds id? Is it just "there"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent question I absolutely cannot find the answer to. Curious. I suspect from what I've seen it's done by BoundField, but yeah, very hard to track down :|
No description provided.