I introduced my custom field in Dam modules. it works fine. I want to display my custom field in overview tab(the first tab) when editing the document. Now its appearing in the last tab.
How to do this.
This is my ext_tables.php lines which adds the field into dam module
t3lib_extMgm::addToAllTCAtypes('tx_dam','custom_field;;;;111');