We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1002374 commit c95aebaCopy full SHA for c95aeba
src/Options/index.js
@@ -233,6 +233,15 @@ export interface PagesOptions {
233
/* Is true if pages should be localized; this has no effect on custom page redirects.
234
:DEFAULT: false */
235
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;
245
}
246
247
export interface CustomPagesOptions {
0 commit comments