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.'
|
default: 'Probably the coolest you\'ll ever get.'
|
||||||
userField: c.shortString()
|
userField: c.shortString()
|
||||||
related: c.objectId(description: 'Related entity')
|
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:
|
category:
|
||||||
enum: ['level', 'ladder', 'contributor']
|
enum: ['level', 'ladder', 'contributor']
|
||||||
description: 'For categorizing and display purposes'
|
description: 'For categorizing and display purposes'
|
||||||
|
|
Reference in a new issue