public function updateCMSFields(FieldList $fields)
 {
     $fields->addfieldToTab('Root.Brafton', TextField::create('BraftonApiUrl', _t('BraftonApi.BRAFTONAPIURL', 'Brafton Api Url')));
     $fields->addfieldToTab('Root.Brafton', TextField::create('BraftonApiKey', _t('BraftonApi.BRAFTONAPIKEY', 'Brafton Api Key')));
 }