Added a description to the achievement icon.

This commit is contained in:
Scott Erickson 2014-08-18 14:36:13 -07:00
parent 4b88c930a4
commit 9ee3c6f3fe

View file

@ -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'