mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client,curriculum): remove showSpeakingButton from challenge metadata (#66408)
This commit is contained in:
@@ -2015,9 +2015,6 @@ exports[`challenge schema > should not be changed without informing the mobile t
|
||||
},
|
||||
"type": "object",
|
||||
},
|
||||
"showSpeakingButton": {
|
||||
"type": "boolean",
|
||||
},
|
||||
"solutions": {
|
||||
"items": [
|
||||
{
|
||||
|
||||
@@ -359,7 +359,6 @@ export const schema = Joi.object().keys({
|
||||
'array.unique': 'Dialogues must not have overlapping times.'
|
||||
})
|
||||
}),
|
||||
showSpeakingButton: Joi.bool(),
|
||||
// This is only to be used for dynamic client updates.
|
||||
sourceLocation: Joi.string(),
|
||||
solutions: Joi.array().items(Joi.array().items(fileJoi).min(1)),
|
||||
|
||||
Reference in New Issue
Block a user