* @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class FrontendAgencyProfileForm extends AgencyProfileForm { public function configure() { parent::configure(); unset($this['logo_no_resize']); unset($this['is_eventer']); $this->validatorSchema['name']->setOption('max_length', 30); } }