Hey everyone,
FireCMS has improved a lot in the past and has so much more features! 👍🏻
I wasn't able to find out, via the documentation for markdown components, how images in markdown fields should be properly configured (regarding storage path, etc). I was able to specify the storage path and it worked (see code below) but in the collection overview it always shows "File not found" in the affected field.
description: buildProperty({
name: "Description",
dataType: "string",
markdown: true,
storage: {
acceptedFiles: ["image/*"],
storagePath: "images/events",
metadata: {
cacheControl: "max-age=100000"
}
},
}),
Does anyone have more information regarding that?
Thanks :)
Hey everyone,
FireCMS has improved a lot in the past and has so much more features! 👍🏻
I wasn't able to find out, via the documentation for markdown components, how images in markdown fields should be properly configured (regarding storage path, etc). I was able to specify the storage path and it worked (see code below) but in the collection overview it always shows "File not found" in the affected field.
Does anyone have more information regarding that?
Thanks :)