Eric Sherman
Eric Sherman
Could either of you provide more context for replicating the issue?
@alxbridge you seem to be the main person maintaining the library at the moment. Would a PR for the changes in https://github.com/diurnate/wagtail-personalisation/commit/84da669fdc089ffc67e5fb39dc0ee147d8f63aa8 be welcome, or is there another way recommended...
You can use a dropdown, I think just if it isn't false by default
Looks like #212 was merged so this could probably be resolved?
I think part of the issue is the sparse documentation around calling the factories (especially streamfield ones) in ways that will work. Like linking to something like `body__0__carousel__items__0__label='Slide 1',` in...
https://django-extensions.readthedocs.io/en/latest/graph_models.html would also be nice for generating graphs dynamically from the code itself
@Dev-Yusuf I’ll add (unsolicited), that what you’ve written here is useful information! In my opinion even though it isn’t appropriate for the Wagtail docs I’d encourage you to save it...
Did the most recent changes in https://github.com/jazzband/django-model-utils/releases/tag/4.2.0 affect this?
Looks like adding these as parms was merged https://github.com/wagtail/wagtail/commit/50e4f5151d5b6517725eae295732640a55e53f2f#diff-62ea6ee8c8c65780705129a58c62b66f1865d9e725ae77616f1e97ec8fd83b69 in case others (like me), find this. @takis did you try using the provided parameters to see if that solved your...
so it sounds like the fix is: * make sure `WAGTAILEMBEDS_RESPONSIVE_HTML = True` in your settings or * explicitly add width and/or height as part of an EmbedBlock definition like...