@compact edge How do you write the config for a single option relationship field with zod in content.config.ts? I have a collection products, where each product is coming from a OEM partner (to be listed).
Now, I want to maybe define an array of partners somewhere say a yml file or perhaps make a partner collection with its own content folder and corresponding items. Then I want to make the product collection reference the partner, so when I create a new product, and pass in a keyword for partner, say fronius, I want it either error or pass based on the correctness of the keyword matching the partner name/id field, which ever is used to be the reference?
Does it all make sense what I'm attempting to do? Would I right away first define a partner collection?