From 83186064576bd351b61bb23d242b73cd199f7a09 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Thu, 4 Dec 2014 14:33:48 -0800 Subject: [PATCH] Added a slot for the wizard hand hero doll images. --- app/schemas/models/thang_type.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/schemas/models/thang_type.coffee b/app/schemas/models/thang_type.coffee index 3721e7705..e9434475e 100644 --- a/app/schemas/models/thang_type.coffee +++ b/app/schemas/models/thang_type.coffee @@ -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' }