Changeset 1927 for branches/release-35/lib/MT/Asset/Image.pm
- Timestamp:
- 04/16/08 15:36:30 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-35/lib/MT/Asset/Image.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/lib/MT/Asset/Image.pm
r1829 r1927 10 10 use base qw( MT::Asset ); 11 11 12 __PACKAGE__->install_properties( { class_type => 'image', } ); 13 __PACKAGE__->install_meta( { columns => [ 'image_width', 'image_height', ], } ); 12 __PACKAGE__->install_properties( { 13 class_type => 'image', 14 column_defs => { 15 'image_width' => 'integer meta', 16 'image_height' => 'integer meta', 17 }, 18 } ); 14 19 15 20 # List of supported file extensions (to aid the stock 'can_handle' method.)
