Commit 39859f36 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 0435d8e2
...@@ -55,5 +55,18 @@ return [ ...@@ -55,5 +55,18 @@ return [
'type' => 'text' 'type' => 'text'
] ]
] ]
],
'check-email-and-template-to-reading' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckEmailAndTemplateToReading',
'params' => [
'template_id' => [
'type' => 'dropdownlist',
'items' => \common\modules\messageTemplate\models\MessageTemplate::find()->all()
],
'date' => [
'type' => 'date',
'placeholder' => 'Выберите дату'
]
]
] ]
]; ];
\ 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