@@ -63,9 +82,40 @@ class Settings extends ConfigFormBase {
'#weight'=>-10,
];
}
$form['user']=[
'#type'=>'textfield',
'#title'=>$this->t('Execute models with user'),
'#description'=>$this->t('Specify here, which user ECA should always switch to when executing models. Leave empty to let ECA always execute models with the current user. <br/>Can be a numeric user ID (UID) or a valid UUID that identifies the user. This field supports tokens.<br/>When a user is specified here, you will have access to the original ID of the session user with the <em>[session_user:uid]</em> token.'),