From 11d6a0a461757698cab1af6d16f555a4dbb4cd95 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:38:21 -0500 Subject: [PATCH] chore(cms): label footer-content in Structure sidebar Shows a friendly name for the existing footer static placeholder in CMS Structure mode. --- taccsite_cms/settings/settings.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/taccsite_cms/settings/settings.py b/taccsite_cms/settings/settings.py index a0b995607..034e1de60 100644 --- a/taccsite_cms/settings/settings.py +++ b/taccsite_cms/settings/settings.py @@ -564,7 +564,11 @@ def get_subdirs_as_module_names(path): } CMS_PERMISSION = True -CMS_PLACEHOLDER_CONF = {} +CMS_PLACEHOLDER_CONF = { + 'footer-content': { + 'name': _('Footer content'), + }, +} THUMBNAIL_HIGH_RESOLUTION = True THUMBNAIL_PROCESSORS = (