| 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. | |
| }; | |