fix attachmentsJson fieldType

This commit is contained in:
Doug Bell 2010-07-12 15:53:13 -05:00
parent 29b1f794cd
commit 8de5ab0d53

View file

@ -104,7 +104,7 @@ property storageIdExample => (
);
property attachmentsJson => (
fieldType => 'image',
fieldType => 'JsonTable',
label => [ "attachments display label", "Asset_Template" ],
);