Commit 5f5c461b authored by Tobias Munk's avatar Tobias Munk

updated views

parent ed9e18de
......@@ -70,7 +70,7 @@ abstract class WidgetTemplate extends \yii\db\ActiveRecord
'id' => Yii::t('app', 'ID'),
'name' => Yii::t('app', 'Name'),
'json_schema' => Yii::t('app', 'Json Schema'),
'twig_template' => Yii::t('app', 'Template'),
'twig_template' => Yii::t('app', 'Twig Template'),
];
}
......
......@@ -95,6 +95,7 @@ $this->params['breadcrumbs'][] = $this->title;
'contentOptions' => ['nowrap' => 'nowrap']
],
'name',
'php_class',
],
]); ?>
</div>
......
......@@ -94,11 +94,15 @@ $this->params['breadcrumbs'][] = $this->title;
},
'contentOptions' => ['nowrap' => 'nowrap']
],
[
'attribute' => 'template.name',
'header' => 'Template',
'contentOptions' => ['nowrap' => 'nowrap']
],
'access_domain',
'route',
'request_param',
'container_id',
'widget_template_id',
'name_id',
'rank',
'status',
......
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