From e54d94f4b7a6abf9c1e16bef151edca55dc27641 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 15 Apr 2024 14:00:30 -0500 Subject: [PATCH] chore: add missing setting The setting was inherited from Core-CMS, until: https://github.com/TACC/Core-CMS/commit/a8316ca --- apps/tup-cms/src/taccsite_cms/settings_custom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tup-cms/src/taccsite_cms/settings_custom.py b/apps/tup-cms/src/taccsite_cms/settings_custom.py index 04d9ddd6e..ce79a00cd 100644 --- a/apps/tup-cms/src/taccsite_cms/settings_custom.py +++ b/apps/tup-cms/src/taccsite_cms/settings_custom.py @@ -205,6 +205,7 @@ TACC_BLOG_CUSTOM_MEDIA_POST_CATEGORY = 'multimedia' TACC_BLOG_SHOW_ABSTRACT_TAG = 'external' +TACC_BLOG_CATEGORY_ORDER = ['press-release', 'feature-story', 'multimedia', 'podcast'] ######################## # TACC: CORE STYLES