. * */ return [ 'name' => [ 'notEmpty' => '', 'maxLength' => 250, 'name' => 'Name', ], 'content' => [ 'notEmpty' => '', ], 'slug' => [ 'notEmpty' => '', ], /* 'tags' => [ ['notEmpty' => ''] ], 'status' => [ ['allowed_values' => ['publish', 'draft', 'pending']] ], 'visibility' => [ ['allowed_values' => ['public', 'private', 'password']] ] */ ];