100], [['code'], 'string', 'max' => 50], [['title', 'kwords', 'descr'], 'string', 'max' => 254], [['name'], 'unique'], [['code'], 'unique'] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Название', 'code' => 'Алиас', 'content' => 'Содержание', 'sort' => 'Сортировка', 'title' => 'SEO: Title', 'kwords' => 'SEO: Ключевые слова', 'descr' => 'SEO: Описание', 'is_active' => 'Выводить', ]; } }