File size: 277 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
export const STEPPER_SECTION_DEFINITION = {
name: 'stepper',
paths: [ 'setup' ],
module: 'stepper',
group: 'stepper',
enableLoggedOut: false,
meta: [ { name: 'robots', content: 'noindex' } ], // The stepper pages should not be indexed. See 3065-gh-Automattic/martech.
};
|