'manual'=>$this->t('Trigger manually by click on a button'),
'automatic'=>$this->t('Open automatically on pageload'),
],
];
// Automatic popup.
$form['popup_reappear_offset']=[
'#type'=>'number',
'#title'=>$this->t('Popup reappear offset.'),
'#description'=>$this->t('After how much time should the popup reappear, after it has been closed by the user (in seconds). Set to <code>0</code> for forcing the popup to open at every request.<br> 1 hour: 3600<br> 1 day: 86400<br> 1 week: 604800<br> 1 month: 2630000</li></ul>'),