Added back doll image buckets.

This commit is contained in:
Nick Winter 2014-12-01 18:19:09 -08:00
parent 7f97a3b91e
commit 8c7e62b9bd

View file

@ -146,6 +146,8 @@ _.extend ThangTypeSchema.properties,
maleRangerThumb: { type: 'string', format: 'image-file', title: 'Thumb (Male Ranger)' } maleRangerThumb: { type: 'string', format: 'image-file', title: 'Thumb (Male Ranger)' }
femaleRanger: { type: 'string', format: 'image-file', title: 'Glove (Female Ranger)' } femaleRanger: { type: 'string', format: 'image-file', title: 'Glove (Female Ranger)' }
femaleRangeThumbr: { type: 'string', format: 'image-file', title: 'Thumb (Female Ranger)' } femaleRangeThumbr: { type: 'string', format: 'image-file', title: 'Thumb (Female Ranger)' }
maleBack: { type: 'string', format: 'image-file', title: ' Male Back' }
femaleBack: { type: 'string', format: 'image-file', title: ' Female Back' }
colorGroups: c.object colorGroups: c.object
title: 'Color Groups' title: 'Color Groups'
additionalProperties: additionalProperties: