Note that per album allowing of comments is doable, but not exposed to the UI yet.

This commit is contained in:
Colin Kuskie 2010-02-15 15:29:43 -08:00
parent ba56fe41c7
commit 27e30c74c4

View file

@ -18,7 +18,7 @@ aspect assetName => ['assetName', 'Asset_GalleryAlbum'];
aspect icon => 'photoAlbum.gif';
aspect tableName => 'GalleryAlbum';
property allowComments => (
property allowComments => ( ##Note, there's no UI for this feature. There's just the framework for it.
noFormPost => 1,
fieldType => "yesNo",
default => 1,