'#description'=>$this->t('Your Cloudflare API key. This key can be found on your Cloudflare My Profile page > API tokens tab. <br><a href=":link">More info on the Cloudflare documentation page</a>',[':link'=>'https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys#12345682']),
'#default_value'=>$api_key,
'#title'=>$this->t('API Token'),
'#description'=>$this->t('To find your API Token go to the Cloudflare Dashboard, optionally select your account, and select the website. In the sidebar API section you can find a link to the API Token page where you can generate an API token.'),
'#default_value'=>$api_token,
'#required'=>TRUE,
];
$form['website_specific_settings']=[
@@ -94,8 +86,7 @@ class CloudflareStreamSettings extends ConfigFormBase {