diff --git a/app/schemas/models/campaign.schema.coffee b/app/schemas/models/campaign.schema.coffee index 82b0eb763..8dfbe6f19 100644 --- a/app/schemas/models/campaign.schema.coffee +++ b/app/schemas/models/campaign.schema.coffee @@ -9,7 +9,7 @@ _.extend CampaignSchema.properties, { i18n: {type: 'object', title: 'i18n', format: 'i18n', props: ['name', 'fullName', 'description']} fullName: { type: 'string', title: 'Full Name', description: 'Ex.: "Kithgard Dungeon"' } description: { type: 'string', format: 'string', description: 'How long it takes and what players learn.' } - type: c.shortString(title: 'Type', description: 'What kind of campaign this is.', 'enum': ['hero', 'course']) + type: c.shortString(title: 'Type', description: 'What kind of campaign this is.', 'enum': ['hero', 'course','hidden']) ambientSound: c.object {}, mp3: { type: 'string', format: 'sound-file' }