|
|
export const STORE_KEY = 'automattic/onboard'; |
|
|
|
|
|
export enum SiteGoal { |
|
|
Write = 'write', |
|
|
Promote = 'promote', |
|
|
CollectDonations = 'collect-donations', |
|
|
BuildNonprofit = 'build-nonprofit', |
|
|
SellDigital = 'sell-digital', |
|
|
ContactForm = 'contact-form', |
|
|
PaidSubscribers = 'paid-subscribers', |
|
|
Engagement = 'engagement', |
|
|
Porfolio = 'portfolio', |
|
|
Newsletter = 'newsletter', |
|
|
SellPhysical = 'sell-physical', |
|
|
Courses = 'courses', |
|
|
Videos = 'videos', |
|
|
AnnounceEvents = 'announce-events', |
|
|
|
|
|
|
|
|
|
|
|
Sell = 'sell', |
|
|
DIFM = 'difm', |
|
|
Import = 'import', |
|
|
Other = 'other', |
|
|
ImportSubscribers = 'import-subscribers', |
|
|
} |
|
|
|
|
|
export enum SiteIntent { |
|
|
Write = 'write', |
|
|
StartWriting = 'start-writing', |
|
|
Sell = 'sell', |
|
|
Build = 'build', |
|
|
DIFM = 'difm', |
|
|
WpAdmin = 'wpadmin', |
|
|
Import = 'import', |
|
|
ReadyMadeTemplate = 'readymade-template', |
|
|
AIAssembler = 'ai-assembler', |
|
|
Newsletter = 'newsletter', |
|
|
NewsletterGoal = 'intent-newsletter-goal', |
|
|
CreateCourseGoal = 'create-course-goal', |
|
|
FreePostSetup = 'free-post-setup', |
|
|
SiteMigration = 'site-migration', |
|
|
UpdateDesign = 'update-design', |
|
|
UpdateOptions = 'update-options', |
|
|
} |
|
|
|