Enhancement: Better content type creation for Astro #704

This commit is contained in:
Elio Struyf
2023-11-11 13:10:41 -08:00
parent e285e8d775
commit 41d2f3f22b
5 changed files with 33 additions and 6 deletions
+4
View File
@@ -915,6 +915,10 @@ export enum LocalizationKey {
* Select a template to prefill the frontmatter.json file with the recommended settings.
*/
dashboardStepsStepsToGetStartedTemplateDescription = 'dashboard.steps.stepsToGetStarted.template.description',
/**
* Selecting a template applies a whole configuration to your project and closes this configuration view.
*/
dashboardStepsStepsToGetStartedTemplateWarning = 'dashboard.steps.stepsToGetStarted.template.warning',
/**
* Create Content-Types for your Astro Content Collections
*/