chore: thread missing Link components to Button

This commit is contained in:
Jarrod Flesch
2024-03-05 15:17:27 -05:00
parent c2509b462c
commit 0d0e9bc953
19 changed files with 104 additions and 120 deletions

View File

@@ -13,7 +13,30 @@ export default buildConfigWithDefaults({
PostsCollection,
MediaCollection,
// ...add more collections here
{
slug: 'localized',
fields: [
{
name: 'text',
type: 'text',
localized: true,
},
],
},
],
localization: {
defaultLocale: 'en',
locales: [
{
code: 'en',
label: 'English',
},
{
code: 'es',
label: 'Spanish',
},
],
},
globals: [
MenuGlobal,
// ...add more globals here