-
Hi,
I'm trying to create a new wagtail block using leaflet, using the streamfield-API documentation :
https://github.com/wagtail/wagtail/wiki/StreamField-blocks-API
I've created a github pro…
-
When new TableBlock is used with default TabbedInterface - all works fine:
``` python
from wagtail.contrib.table_block.blocks import TableBlock
from wagtail.wagtailadmin.edit_handlers import StreamFi…
-
We’ve been getting feedback that it’s hard to create footnotes due to their content being authored in a separate field from the reference, potentially quite far. For a fair number of users, it seems m…
-
How do I upgrade a Wagtail 3.0 website with wagtail-modeltranslation 0.12 to newer versions?
I just tried to update to Wagtail 4.0 with wagtail-modeltranslation 0.13, but the Wagtail upgrade alone …
-
### Issue Summary
A bug when an image is tagged via the option of multi-selecting images and clicking the "Tag" button in the bulk menu.
![Screenshot 2023-05-08 at 08-29-08 Wagtail - Im…
-
As it stands, if there is a contract document category that is restricted from staff, the project lead could be blindly approving the project documents without being able to validate they are correct.…
-
Greetings.
Is there a way to properly serve wagtail admin site on a different subdomain (eg. _admin.example.com_)?
I've patched `django-subdomains` middleware so it would work with `wagtail.wagtai…
-
Hello @mgax and @thibaudcolas ,
I'm about to develop a newsletter functionality for one of my projects and was looking into wagtail-birdsong and then stumbled upon this new project. It looks very …
-
We've recently upgraded one of our projects which uses this package to Wagtail 4 but we're getting errors with 2fa when logging in to the admin. It looks like it may be related to this line here: http…
-
### Is your proposal related to a problem?
We currently have two modal (dialog) implementations in Wagtail, ideally we should have just one and build on that with tested code and common designs.
###…