mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): control loop-protect (#51542)
This commit is contained in:
committed by
GitHub
parent
e6867fe7ba
commit
e149b09087
@@ -93,6 +93,8 @@ exports.createChallengePages = function (createPage) {
|
||||
return function ({ node: { challenge } }, index, allChallengeEdges) {
|
||||
const {
|
||||
dashedName,
|
||||
disableLoopProtectTests,
|
||||
disableLoopProtectPreview,
|
||||
certification,
|
||||
superBlock,
|
||||
block,
|
||||
@@ -113,6 +115,8 @@ exports.createChallengePages = function (createPage) {
|
||||
blockHashSlug,
|
||||
dashedName,
|
||||
certification,
|
||||
disableLoopProtectTests,
|
||||
disableLoopProtectPreview,
|
||||
superBlock,
|
||||
block,
|
||||
isFirstStep: getIsFirstStepInBlock(index, allChallengeEdges),
|
||||
|
||||
Reference in New Issue
Block a user