Vince Salvino
Vince Salvino
If we want to continue using CODERED_FRONTEND_* settings (which I think we do, they will be the foundation of themes), we will have to make everything that uses our streamfield...
We already have the basis of a framework for 3rd party themes. But I think a good step would be actually trying to create an example 3rd party theme, documenting...
Location pages currently use the default site for getting GoogleApiSettings. This should instead use the page's site. WIP - Mailchimp integration also needs refactored.
As part of the project_template, I think it would be beneficial to also create a template for unit tests, to instantly provide some minimal coverage and to make it as...
In both FormPage and StreamFormPage, each field should allow setting custom placeholder text.
Currently we have vendored [`wagtail_flexible_forms`](https://github.com/noripyt/wagtail-flexible-forms) by @BertrandBordage in order to provide support and integration within CodeRed CMS. This is fine, however it is an ideal candidate to be split out...
A common task is to crawl a site, analyzing page content, meta tags, etc. It would be a nice time-saving feature to have the CMS perform this analysis and produce...
It is a common use-case to require a comma in a form choice, such as "Please specify your income: $1,000 - $2,000" etc. I think it would be preferable to...