feat(project-editor): add ProjectValidator with MVP validation rules
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -504,6 +504,14 @@ export const en: Translations = {
|
||||
importSource: 'Import Source',
|
||||
importError: 'Import failed. Invalid bootstrap JSON.',
|
||||
featureFlags: 'Feature Flags',
|
||||
validationMissingLogo: 'Branding is missing a logo.',
|
||||
validationNoLanguages: 'No languages are configured.',
|
||||
validationInvalidUrl: 'The marketplace URL is invalid.',
|
||||
validationDuplicateSlugs: 'Two or more static pages share the same slug.',
|
||||
validationEmptyHomepage: 'The homepage has no sections.',
|
||||
validationMissingWidget: 'A homepage section has a widget with no type.',
|
||||
validationDuplicateNavLinks: 'Two or more header navigation links are duplicates.',
|
||||
validationInvalidColors: 'One or more theme colors are not valid hex colors.',
|
||||
},
|
||||
staticPages: {
|
||||
notFound: 'Page not found',
|
||||
|
||||
Reference in New Issue
Block a user