Hey guys,
I'd like to make the fields which I've got using fieldExtender a bit longer. They're currently 50 characters long, if I recall correctly.
I thought this was the line which would do the trick, but it didn't seem to work:
array('table' => 'albums', 'name' => 'Info', 'desc' => 'Info', 'type' => 'varchar', 'size' => 50),
Probably a question for sbillard who wrote the plugin.