I'm experiencing issues regarding storing images within an array of a piece. The special use case is that the piece itself is excluded from translations, but I guess that the apostrophe-image inside of the array is not. When switching the locales the attachment url is missing, which should not happen.
addFields: [
...
{
name: "sponsors",
label: "Sponsors",
type: "array",
titleField: "title",
schema: [
{
name: "title",
type: "string",
label: "Title"
},
{
name: "url",
type: "url",
label: "Url"
},
{
name: "image",
type: "singleton",
label: "Bild",
widgetType: "apostrophe-images",
required: true
},
{
name: "approved",
label: "Freigegeben",
type: "boolean"
},
{
name: "header",
label: "Im Header anzeigen",
type: "boolean"
}
]
}
...
]
Hey there,
I'm experiencing issues regarding storing images within an array of a piece. The special use case is that the piece itself is excluded from translations, but I guess that the apostrophe-image inside of the array is not. When switching the locales the attachment url is missing, which should not happen.
My piece looks like: