Skip to content

Markdown component images "file not found" #860

@danieljancar

Description

@danieljancar

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"
        }
      },
    }),
Image

Does anyone have more information regarding that?

Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions