- Новое условие добавлено в конфиг

parent e927ed67
......@@ -18,6 +18,19 @@ return [
'user-unsuccessfully-completed-the-test' => [
'class' => 'common\modules\triggers\components\conditions\conditions\UserUnsuccessfullyCompletedTheTest',
],
'user-check-scrolling' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckScrolling',
'params' => [
'percent' => [
'placeholder' => 'Процент скролла',
'type' => 'text'
],
'url' => [
'placeholder' => 'Ссылка',
'type' => 'text'
]
]
],
'check-clicking-on-the-link' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckClickingOnTheLink',
'params' => [
......
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