LB (Ben Johnston)
LB (Ben Johnston)
> **Important:** This is a longer term migration plan, new code should use the new conventions but old code can probably be left as is unless other changes are being...
## [RFC 78](https://github.com/wagtail/rfcs/pull/78) - Initial Stimulus adoption This PR is a draft for the initial first set of commits to get Stimulus started in Wagtail. ## Overview * This contains...
### Is your proposal related to a problem? I am often looking at the CMSs listed on JAMstack and think it would be good to also see Wagtail listed as...
### Is your proposal related to a problem? * Wagtail's `InlinePanel` solution is very powerful but does not easily allow JavaScript customisations. * When an item is added or removed,...
> **⚠️ Important:** Please do not attempt to pick this up until we are at least on Wagtail 4.1 RC 2 or the final release has gone out, so that...
### Issue Summary The log in / auth pages have got an alignment issue with the fields - they are no longer taking up the full container width. ### Steps...
* [x] Add note to readme * > No longer maintained: ... something * [ ] Make repo read only * [x] Move to wagtail deprecated https://github.com/wagtail-deprecated
- fixes #9092
- Relates to #8731 - This rule makes it more complex to pull behaviour out to class methods where suitable or to provide 'base' class methods that we may want...
- Relates to #8731 - This rule does not align well with existing code where we often declare/initialise multiple classes in a single file. It makes sense for a React...