title; $this->title = $type->plural . ' > ' . $title; $this->params['breadcrumbs'][] = ['label' => Yii::t('post', 'Gallery'), 'url' => ['index', 'tid' => $type->id]]; $this->params['breadcrumbs'][] = $title; ?>

$type->id], ['class' => 'btn btn-default']) ?> isActive()): ?> $post->id], ['class' => 'btn btn-primary', 'data-method' => 'post']) ?> $post->id], ['class' => 'btn btn-success', 'data-method' => 'post']) ?> $post->id], ['class' => 'btn btn-primary']) ?> $post->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('buttons', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$post, 'attributes' => [ 'id', [ 'attribute' => 'status', 'value' => PostHelper::statusLabel($post->status), 'format' => 'raw', ], 'title', [ 'attribute' => 'category_id', 'value' => ArrayHelper::getValue($post, 'category.name'), ], [ 'label' => Yii::t('post', 'Tags'), 'value' => implode(', ', ArrayHelper::getColumn($post->tags, 'name')), ], ], ]) ?>
image): ?>
getThumbFileUrl('image', 'thumb_gallery_view'), [ 'class' => 'thumbnail', 'width' => 300, ]) ?>
image && $post->video): ?>
video) . '/maxresdefault.jpg', [ 'width' => 300, 'class' => 'thumbnail', ]) ?>
video): ?>
formatter->asNtext($post->description) ?>
$post, 'attributes' => [ [ 'attribute' => 'meta.title', 'value' => $post->meta->title, ], [ 'attribute' => 'meta.description', 'value' => $post->meta->description, ], [ 'attribute' => 'meta.keywords', 'value' => $post->meta->keywords, ], ], ]) ?>