From b659d51eaf89c75749ebe5bd1ad517c5ba7a6fbd Mon Sep 17 00:00:00 2001 From: qtw97 Date: Fri, 24 Nov 2023 20:55:06 -0500 Subject: [PATCH] Update common.py --- lms/envs/common.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index c0182d47355a..fe1b2d99cb4f 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -679,6 +679,12 @@ # Teams feature 'ENABLE_TEAMS': True, + #filter feature of the filter bar + 'ENABLE_FILTER': True, + + #sort by feature of the filter bar + 'ENABLE_SORTBY': True, + # Show video bumper in LMS 'ENABLE_VIDEO_BUMPER': False,