. * */ return [ 'name' => [ 'notEmpty' => '', 'maxLength' => 250, 'name' => 'Name', ], 'content' => [ 'notEmpty' => '', ], 'slug' => [ 'notEmpty' => '', ], ];