. * */ return [ 'page' => [ 'notEmpty' => ''/*, 'message' => '%s must not be empty'*/, 'maxLength' => 100 /*, 'message' => __('%s must not be greater than %d')*/, ], 'taxonomy_item_id' => [ 'optional' => '', ], 'search' => [ 'optional' => '', ], 'browse' => [ 'allowedValues' => ['popular', 'featured', 'updated', 'new'], ], /* 'captcha' => [ ['captcha' => ''], ], */ ];