const layout = { contentTypeBuilder: { home: { title: { id: 'app.components.GuidedTour.home.CTB.title', defaultMessage: '🧠 Build the content structure', }, cta: { title: { id: 'app.components.GuidedTour.home.CTB.cta.title', defaultMessage: 'Go to the Content type Builder', }, type: 'REDIRECT', target: '/plugins/content-type-builder', }, trackingEvent: 'didClickGuidedTourHomepageContentTypeBuilder', }, create: { title: { id: 'app.components.GuidedTour.CTB.create.title', defaultMessage: '🧠 Create a first Collection type', }, content: { id: 'app.components.GuidedTour.CTB.create.content', defaultMessage: '

Collection types help you manage several entries, Single types are suitable to manage only one entry.

Ex: For a Blog website, Articles would be a Collection type whereas a Homepage would be a Single type.

', }, cta: { title: { id: 'app.components.GuidedTour.CTB.create.cta.title', defaultMessage: 'Build a Collection type', }, type: 'CLOSE', }, trackingEvent: 'didClickGuidedTourStep1CollectionType', }, success: { title: { id: 'app.components.GuidedTour.CTB.success.title', defaultMessage: 'Step 1: Completed ✅', }, content: { id: 'app.components.GuidedTour.CTB.success.content', defaultMessage: '

Good going!

⚡️ What would you like to share with the world?', }, cta: { title: { id: 'app.components.GuidedTour.create-content', defaultMessage: 'Create content', }, type: 'REDIRECT', target: '/content-manager', }, trackingEvent: 'didCreateGuidedTourCollectionType', }, }, contentManager: { home: { title: { id: 'app.components.GuidedTour.home.CM.title', defaultMessage: '⚡️ What would you like to share with the world?', }, cta: { title: { id: 'app.components.GuidedTour.create-content', defaultMessage: 'Create content', }, type: 'REDIRECT', target: '/content-manager', }, trackingEvent: 'didClickGuidedTourHomepageContentManager', }, create: { title: { id: 'app.components.GuidedTour.CM.create.title', defaultMessage: '⚡️ Create content', }, content: { id: 'app.components.GuidedTour.CM.create.content', defaultMessage: "

Create and manage all the content here in the Content Manager.

Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.

💡 Quick tip - Don't forget to hit publish on the content you create.

", }, cta: { title: { id: 'app.components.GuidedTour.create-content', defaultMessage: 'Create content', }, type: 'CLOSE', }, trackingEvent: 'didClickGuidedTourStep2ContentManager', }, success: { title: { id: 'app.components.GuidedTour.CM.success.title', defaultMessage: 'Step 2: Completed ✅', }, content: { id: 'app.components.GuidedTour.CM.success.content', defaultMessage: '

Awesome, one last step to go!

🚀 See content in action', }, cta: { title: { id: 'app.components.GuidedTour.CM.success.cta.title', defaultMessage: 'Test the API', }, type: 'REDIRECT', target: '/settings/api-tokens', }, trackingEvent: 'didCreateGuidedTourEntry', }, }, apiTokens: { home: { title: { id: 'app.components.GuidedTour.apiTokens.create.title', defaultMessage: '🚀 See content in action', }, cta: { title: { id: 'app.components.GuidedTour.home.apiTokens.cta.title', defaultMessage: 'Test the API', }, type: 'REDIRECT', target: '/settings/api-tokens', }, trackingEvent: 'didClickGuidedTourHomepageApiTokens', }, create: { title: { id: 'app.components.GuidedTour.apiTokens.create.title', defaultMessage: '🚀 See content in action', }, content: { id: 'app.components.GuidedTour.apiTokens.create.content', defaultMessage: '

Generate an authentication token here and retrieve the content you just created.

', }, cta: { title: { id: 'app.components.GuidedTour.apiTokens.create.cta.title', defaultMessage: 'Generate an API Token', }, type: 'CLOSE', }, trackingEvent: 'didClickGuidedTourStep3ApiTokens', }, success: { title: { id: 'app.components.GuidedTour.apiTokens.success.title', defaultMessage: 'Step 3: Completed ✅', }, content: { id: 'app.components.GuidedTour.apiTokens.success.content', defaultMessage: "

See content in action by making an HTTP request:

For more ways to interact with content, see the documentation.

", }, trackingEvent: 'didGenerateGuidedTourApiTokens', }, }, }; export default layout;