mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum,schema): allow A2 and B1 English to have block label (#65052)
This commit is contained in:
@@ -6,6 +6,7 @@ import { fileURLToPath } from 'node:url';
|
||||
import debug from 'debug';
|
||||
|
||||
import type { Chapter } from '../../shared-dist/config/chapters.js';
|
||||
import type { BlockLabel } from '../../shared-dist/config/blocks.js';
|
||||
import type {
|
||||
SuperBlocks,
|
||||
ChallengeLang
|
||||
@@ -169,7 +170,7 @@ export interface BlockStructure {
|
||||
disableLoopProtectTests?: boolean;
|
||||
disableLoopProtectPreview?: boolean;
|
||||
blockLayout: string;
|
||||
blockLabel: string;
|
||||
blockLabel?: BlockLabel;
|
||||
challengeOrder: Challenge[];
|
||||
dashedName: string;
|
||||
isUpcomingChange?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user