50], [['name', 'author'], 'string', 'max' => 40], [['seo_content'], 'string', 'max' => 1000], [['cover'], 'string', 'max' => 100], [['description'], 'string', 'max' => 140], [['link'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '主键', 'merchant_id' => '商户id', 'store_id' => '店铺id', 'title' => '标题', 'name' => '标识', 'seo_key' => 'seo关键字', 'seo_content' => 'seo内容', 'cover' => '封面', 'description' => '描述', 'content' => '文章内容', 'link' => '外链', 'author' => '作者', 'view' => '浏览量', 'sort' => '优先级', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '更新时间', ]; } }