| @@ 68-84 (lines=17) @@ | ||
| 65 | /** |
|
| 66 | * @inheritdoc |
|
| 67 | */ |
|
| 68 | public function attributeLabels() |
|
| 69 | { |
|
| 70 | return [ |
|
| 71 | 'id' => Yii::t('app', 'ID'), |
|
| 72 | 'slug' => Yii::t('app', 'Slug'), |
|
| 73 | 'active' => Yii::t('app', 'Active'), |
|
| 74 | 'params' => Yii::t('app', 'Params'), |
|
| 75 | 'title' => Yii::t('app', 'Title'), |
|
| 76 | 'announce' => Yii::t('app', 'Announce'), |
|
| 77 | 'content' => Yii::t('app', 'Content'), |
|
| 78 | 'h1' => Yii::t('app', 'H1'), |
|
| 79 | 'meta_description' => Yii::t('app', 'Meta Description'), |
|
| 80 | 'breadcrumbs_label' => Yii::t('app', 'Breadcrumbs Label'), |
|
| 81 | 'view_id' => Yii::t('app', 'View'), |
|
| 82 | 'last_category_id' => Yii::t('app', 'Category'), |
|
| 83 | ]; |
|
| 84 | } |
|
| 85 | ||
| 86 | /** |
|
| 87 | * Search tasks |
|
| @@ 79-95 (lines=17) @@ | ||
| 76 | /** |
|
| 77 | * @inheritdoc |
|
| 78 | */ |
|
| 79 | public function attributeLabels() |
|
| 80 | { |
|
| 81 | return [ |
|
| 82 | 'id' => Yii::t('app', 'ID'), |
|
| 83 | 'route' => Yii::t('app', 'Route'), |
|
| 84 | 'name' => Yii::t('app', 'Name'), |
|
| 85 | 'content_block_name' => Yii::t('app', 'Content Block Name'), |
|
| 86 | 'announce' => Yii::t('app', 'Announce'), |
|
| 87 | 'content' => Yii::t('app', 'Content'), |
|
| 88 | 'title' => Yii::t('app', 'Title'), |
|
| 89 | 'h1' => Yii::t('app', 'H1'), |
|
| 90 | 'meta_description' => Yii::t('app', 'Meta Description'), |
|
| 91 | 'apply_if_last_category_id' => Yii::t('app', 'Apply If Last Category ID'), |
|
| 92 | 'apply_if_params' => Yii::t('app', 'Apply If Params'), |
|
| 93 | 'object_id' => Yii::t('app', 'Object'), |
|
| 94 | ]; |
|
| 95 | } |
|
| 96 | ||
| 97 | /** |
|
| 98 | * Search tasks |
|