Skip to content

Commit

Permalink
adapted tests to new response content
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 18, 2021
1 parent 1002374 commit c95aeba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Options/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ export interface PagesOptions {
/* Is true if pages should be localized; this has no effect on custom page redirects.
:DEFAULT: false */
enableLocalization: ?boolean;
// /* The default page parameters that should be added to page responses.
// :DEFAULT: [] */
// defaultPageParams: ?(string[]);
// /* Is true if page parameters should be added to the response header.
// :DEFAULT: true */
// addPageParamsToHeader: ?boolean;
// /* Is true if page parameters should be added to the response query.
// :DEFAULT: false */
// addPageParamsToQuery: ?boolean;
}

export interface CustomPagesOptions {
Expand Down

0 comments on commit c95aeba

Please sign in to comment.