mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(Curriculum): Add new BlockType tags for the Language Curricula Chapter Based Certifications (#62156)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -137,7 +137,10 @@ const schema = Joi.object().keys({
|
||||
'lecture',
|
||||
'review',
|
||||
'quiz',
|
||||
'exam'
|
||||
'exam',
|
||||
'warm-up',
|
||||
'learn',
|
||||
'practice'
|
||||
).required(),
|
||||
otherwise: Joi.valid(null)
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user