mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-25 02:14:11 -05:00
feat(challenge-parser): add transcript to challenge parser (#57967)
This commit is contained in:
@@ -305,6 +305,7 @@ exports.createSchemaCustomization = ({ actions }) => {
|
||||
msTrophyId: String
|
||||
fillInTheBlank: FillInTheBlank
|
||||
scene: Scene
|
||||
transcript: String
|
||||
quizzes: [Quiz]
|
||||
}
|
||||
type FileContents {
|
||||
|
||||
Reference in New Issue
Block a user