@@ -141,7 +155,15 @@ class FotowebSettingsForm extends ConfigFormBase {
$form['selection_widget_client_id']=[
'#type'=>'textfield',
'#title'=>$this->t('Client ID (Selection Widget)'),
'#description'=>$this->t('The Client ID for a Fotoweb <a href=":url" target="_blank">Web API Selection Widget application</a>. You will need to specify a callback URL: <em>:callback_url</em>',[':url'=>'https://learn.fotoware.com/Integrations_and_APIs/Authorizing_applications_using_OAuth/02_Application_registration_using_OAuth_2.0',':callback_url'=>'https://yoursite.com/media-fotoweb/oauth2/selection/callback']),
'#description'=>$this->t(
'The Client ID for a Fotoweb
<a href=":url" target="_blank">Web API Selection Widget application</a>.
You will need to specify a callback URL: <em>:callback_url</em>',