'Varchar' ]; public function updateCMSFields(FieldList $fields) { $fields->addFieldToTab( 'Root.Main', new TextField('AddedExtensionField') ); } }