Commit b5d719ce authored by Shakarim Sapa's avatar Shakarim Sapa

- Класс отвечающий за проверку времени присутствия на странице добавлен в конфиг

parent 639b1840
...@@ -17,5 +17,18 @@ return [ ...@@ -17,5 +17,18 @@ return [
'type' => 'text' 'type' => 'text'
] ]
] ]
],
'user-presence-time' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckPresenceTime',
'params' => [
'url' => [
'placeholder' => 'URL страницы',
'type' => 'text'
],
'time' => [
'placeholder' => 'Время (секунд)',
'type' => 'text'
]
]
] ]
]; ];
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment