Open rijk opened 10 months ago
Probably a bit late to answer here, but I was also confused by this. When you add the metadataFields option it does not move the field from the document, it simply creates a new field in the language document (go to "manage translations" on the relevant document to see it). I assume what is ment in the documentation is that you can use the slug field in the language document instead of the slug field in the original documents.
I hope this helps someone. I ended up using a custom uniqueness check instead.
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:
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?