| /** | |
| * Constant holding all preference names for our onboarding tours. | |
| */ | |
| export const CALYPSO_ONBOARDING_TOURS_PREFERENCE_NAME: Record< string, string > = { | |
| siteManagementPanel: 'site-management-panel', | |
| }; | |
| export const CALYPSO_ONBOARDING_TOURS_EVENT_NAMES: Record< string, string > = { | |
| startTour: 'calypso_site_dashboard_start_tour', | |
| endTour: 'calypso_site_dashboard_end_tour', | |
| }; | |