Skip to content

Commit c95aeba

Browse files
committed
adapted tests to new response content
1 parent 1002374 commit c95aeba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Options/index.js

+9
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,15 @@ export interface PagesOptions {
233233
/* Is true if pages should be localized; this has no effect on custom page redirects.
234234
:DEFAULT: false */
235235
enableLocalization: ?boolean;
236+
// /* The default page parameters that should be added to page responses.
237+
// :DEFAULT: [] */
238+
// defaultPageParams: ?(string[]);
239+
// /* Is true if page parameters should be added to the response header.
240+
// :DEFAULT: true */
241+
// addPageParamsToHeader: ?boolean;
242+
// /* Is true if page parameters should be added to the response query.
243+
// :DEFAULT: false */
244+
// addPageParamsToQuery: ?boolean;
236245
}
237246

238247
export interface CustomPagesOptions {

0 commit comments

Comments
 (0)