mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Added a description to the achievement icon.
This commit is contained in:
parent
4b88c930a4
commit
9ee3c6f3fe
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ _.extend AchievementSchema.properties,
|
|||
default: 'Probably the coolest you\'ll ever get.'
|
||||
userField: c.shortString()
|
||||
related: c.objectId(description: 'Related entity')
|
||||
icon: {type: 'string', format: 'image-file', title: 'Icon'}
|
||||
icon: {type: 'string', format: 'image-file', title: 'Icon', description: 'Image should be a 100x100 transparent png.'}
|
||||
category:
|
||||
enum: ['level', 'ladder', 'contributor']
|
||||
description: 'For categorizing and display purposes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue