assets_module's list_items columns

edited September 2011 in Feature Requests
Is it possible to inject a couple more columns to the output of the assets_module's list_items() method?
I'd like to add 'original dimensions in pixels' etc - but adding elements to the $return array in that same method doesnt help

i.e. line 113

$return[$key]['test'] ='test';
I expected the column test to appear, but no luck... any clues?

Comments

  • edited 1:49PM
    Try adding the "test" column to the assets module "table_headers" configuration value in fuel/application/modules/fuel/config/fuel_modules.php
Sign In or Register to comment.