feat: is_preview key mapping for normalizeOutlineBlocks
This commit is contained in:
committed by
Nathan Sprenkle
parent
7123ab7bb1
commit
a61bb7c382
@@ -155,6 +155,7 @@ export function normalizeOutlineBlocks(courseId, blocks) {
|
||||
title: block.display_name,
|
||||
hideFromTOC: block.hide_from_toc,
|
||||
navigationDisabled: block.navigation_disabled,
|
||||
isPreview: block.is_preview,
|
||||
};
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user