-
Hi folks, I'm creating this issue as a result of some discussion in [PR 487 on the Wagtail bakery Demo repo](https://github.com/wagtail/bakerydemo/pull/487).
Here's the key quote:
> Qn1. Is ther…
-
is there any way to add the SvgChooserBlock field to graphql?
-
## CVE-2021-23382 - High Severity Vulnerability
Vulnerable Libraries - postcss-5.2.18.tgz, postcss-6.0.14.tgz, postcss-7.0.16.tgz
postcss-5.2.18.tgz
Tool for transforming styles with JS plugins
Li…
-
I was wondering if there is an option to collapsed elements by default?
If not, It could be an extra boolean option `closed` added to the StreamField/StreamBlock, if set to True, it will show the e…
-
## Problem
Currently, any updates to Eslint packages, Stylelint packages and Prettier have to be manually kept in sync with the pre-commit hooks config.
Ideally we should not have to do this and…
-
In the edit page of an image, your plugin doesn’t show (I do have have ‘Compressed Images’ in the menu, but your screenshot also shows an Image Minification area).
-
### Is your proposal related to a problem?
We currently have a large amount of JavaScript in the bulk actions code that does the following;
1. Track the selected element's and their matching mod…
-
not working can you please update this
-
### Issue Summary
Given a page with a stream field that is setup to require content (`null=False`), when I am not setting a value for the stream field (programmatically) and call `full_clean()`…
-
The forms.py still uses some "old" code from Django 2.x, which has been deprecated in 3.0.
I got the following errors and have added my solution to them, which made the app work (but not thoroughly…