Added a slot for the wizard hand hero doll images.

This commit is contained in:
Nick Winter 2014-12-04 14:33:48 -08:00
parent b253eb9be8
commit 8318606457

View file

@ -137,6 +137,7 @@ _.extend ThangTypeSchema.properties,
head: { type: 'string', format: 'image-file', title: 'Head' }
hair: { type: 'string', format: 'image-file', title: 'Hair' }
thumb: { type: 'string', format: 'image-file', title: 'Thumb' }
wizardHand: { type: 'string', format: 'image-file', title: 'Wizard Hand' }
dollImages: c.object { title: 'Paper Doll Images' },
male: { type: 'string', format: 'image-file', title: ' Male' }
female: { type: 'string', format: 'image-file', title: ' Female' }