Skip to content

Commit

Permalink
fix: hide library source xblock (openedx#31424)
Browse files Browse the repository at this point in the history
The library_sourced block is not production-ready and thus should
not be shown by-default in Studio.

openedx/wg-build-test-release#231
  • Loading branch information
connorhaugh authored Dec 8, 2022
1 parent afe259a commit 1651421
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1978,10 +1978,8 @@
]

LIBRARY_BLOCK_TYPES = [
{
'component': 'library_sourced',
'boilerplate_name': None
},
# 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
Expand Down

0 comments on commit 1651421

Please sign in to comment.