From 9781aaa618177779d4f4fcecc4aceb54ec4fd15c Mon Sep 17 00:00:00 2001 From: connorhaugh <49422820+connorhaugh@users.noreply.github.com> Date: Thu, 8 Dec 2022 10:58:41 -0500 Subject: [PATCH] feat: hide library content block (#31420) --- cms/envs/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index c4a972ef59..850b09fae1 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1977,7 +1977,8 @@ ADVANCED_PROBLEM_TYPES = [ ] LIBRARY_BLOCK_TYPES = [ - # Per https://github.com/openedx/build-test-release-wg/issues/231 we removed the library source content block from defaults. + # Per https://github.com/openedx/build-test-release-wg/issues/231 + # we removed the library source content block from defaults until complete. { 'component': 'library_content', 'boilerplate_name': None