coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
685 stars 133 forks source link

Add ability to disable built-in CRX settings #635

Closed vsalvino closed 4 months ago

vsalvino commented 4 months ago

Building on the work from #623

See settings:

The plan, based on what @jlchilders11 and I discussed, is to disable navbar and footer in the pro template, and provide a simple boilerplate navbar and footer for customization.

Note: template filters crx_settings and django_settings have been removed, and replaced with tag {% django_setting "MY_SETTING" %}.

vsalvino commented 4 months ago

@michaelsteigman what do you think of these additions?

michaelsteigman commented 4 months ago

works for us! thanks!