added upload files in additional fields

This commit is contained in:
vladrigos
2020-08-04 11:14:55 +03:00
parent 38069c57d4
commit 8b3687cb81
9 changed files with 115 additions and 45 deletions

View File

@ -49,7 +49,11 @@ $this->params['breadcrumbs'][] = $this->title;
'field.name:text:Поле',
[
'attribute' => 'value',
'label' => 'Значение'
'format' => 'raw',
'label' => 'Значение',
'value' => function ($model) {
return $model->getValue();
}
],
],
]); ?>