-
### Is your proposal related to a problem?
Formbuilder has no API post method rendering the feature in headless useless. If I make a contact page and want to add a formbuilder then I would expect to …
-
This is a follow up for wagtail/wagtail#7788, it fixed `first/last_published_at` when directly hitting publish while creating a new page.
I just noticed the issue still happens when you first save …
-
I am currently working on setting up my first project with Wagtail as the CMS and a Gatsby frontend and got quite confused when I was trying to the preview to work.
In my setup I closely followed …
-
I noticed this both on the homepage and on the mentor page, the images don't have the img-responsive class applied to them. Therefore, when the page has a picture, it has an unnecessary horizontal scr…
-
**This is blocked by https://github.com/fecgov/fec-cms/issues/3869 because we should not make this change until we see what new templates/models may have been created for 3869 and make sure they also…
-
### Issue Summary
We are trying to preview a page on wagtail. It seems previews are store in session unlike drafts. And we have a huge description text. So we are getting 502 error on preview.
…
-
I'm building a tree of `Collection` instances programmatically to reflect a subdirectory of `app/media/` (so that I can sync images outside of Wagtail and have them be reflected within the CMS automat…
-
It would be realy nice to add feature so you can see some stats in the admin. Example how many page visits etc... That would be a great boost to use Plausible.
-
This might not be related directly to coderedcms, but I've subclassed one of the base pages from that project so maybe.
Anyhow, this is my page model:
```
class ArticleIndexPage(CoderedArticleInd…
-
### Issue Summary
`wagtail.blocks.migrations.migrate_operation.MigrateStreamData` does not gracefully handle revisions that do not contain the field that is being operated on. This may occur when run…