Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
/**
* 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',
};