From 64b869e8d1af9399ad8413acc38297491b12ea06 Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Wed, 9 Jun 2021 15:57:56 -0400 Subject: [PATCH] ISTWCMS-4704: adding web page to list of content types to preprocess node --- uw_fdsu_theme_resp.theme | 1 + 1 file changed, 1 insertion(+) diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index abc415e0..710211d5 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -342,6 +342,7 @@ function uw_fdsu_theme_resp_preprocess_node(&$variables) { 'uw_ct_blog', 'uw_ct_event', 'uw_ct_news_item', + 'uw_ct_web_page', ]; // If there is a node that needs preprocessing, -- GitLab