added upload files in additional fields
This commit is contained in:
		| @@ -47,7 +47,14 @@ $this->params['breadcrumbs'][] = $this->title; | ||||
|         'layout' => "{items}", | ||||
|         'columns' => [ | ||||
|             'field.name:text:Поле', | ||||
|             'value', | ||||
|             [ | ||||
|                 'attribute' => 'value', | ||||
|                 'format' => 'raw', | ||||
|                 'label' => 'Значение', | ||||
|                 'value' => function ($model) { | ||||
|                     return $model->getValue(); | ||||
|                 } | ||||
|             ], | ||||
|         ], | ||||
|     ]); ?> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 vladrigos
					vladrigos