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

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

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