vc_text admin

This commit is contained in:
andrey
2021-06-25 13:24:32 +03:00
parent 998e4c4336
commit 1a4f0b6d5e
7 changed files with 237 additions and 5 deletions

View File

@ -69,6 +69,10 @@ $this->params['breadcrumbs'][] = $this->title;
],
'created_at',
'updated_at',
[
'attribute' => 'vc_text',
'format' => 'raw'
]
],
]) ?>
@ -77,6 +81,7 @@ $this->params['breadcrumbs'][] = $this->title;
<?php foreach ($skills as $skill) : ?>
<span class="btn btn-default btn-sm"><?= $skill['skill']->name; ?></span>
<?php endforeach; ?>
<h2>Дополнительные сведения</h2>
<?= GridView::widget([