Commit 9823904c authored by Shakarim Sapa's avatar Shakarim Sapa

- Поле subject добавлено в форму и страницу mange

parent eeff4ac7
......@@ -7,6 +7,9 @@ return [
'name' => [
'type' => 'text'
],
'subject' => [
'type' => 'text'
],
'template' => [
'type' => 'textarea'
]
......
......@@ -19,6 +19,7 @@ use yii\grid\GridView;
'id',
'name',
'subject',
[
'attribute' => 'template',
'format' => 'html',
......
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