chore: thread missing Link components to Button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user