-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Apologies as this is not a bug, but a question. I've read the docs, the special doc page on this, and looked through the source code, but I cannot figure out how metadataFields
is supposed to work.
I've added it to my config:
documentInternationalization({
supportedLanguages: [
{id: 'nl', title: 'Nederlands'},
{id: 'en', title: 'English'},
],
schemaTypes: ['home', 'settings', 'page'],
metadataFields: [defineField({name: 'slug', type: 'slug'})],
}),
But it doesn't seem to do anything. I still get the Slug is already in use
error on page translations:

Am I misunderstanding how to use this?
dennis-pushh
Metadata
Metadata
Assignees
Labels
No labels