It is possible to define an attachment's metadata with a YAML file. The YAML file must have the same name as the attachment.
- The name of the file must also include the file's extension. For example, to define the metadata of a
glossary.pdf
attachment, there must be aglossary.pdf.yml
file with its metadata. - If any metadata is missing, the Markdown connector tries to infer it.
For example:
---
"ft:originId": "ft_logo"
"filename": "FTlogo.png"
"displayName": "Fluid Topics logo"
"mimeType": "image/png"
---
Metadata key | Value of the metadata key |
---|---|
ft:originId |
The attachment's unique identifier in Fluid Topics. |
filename |
The attachment's filename as it appears when downloading the attachment in the UI. |
displayName |
The attachment's displayName as it appears when seeing the attachment in the UI. |
mimeType |
The attachment's mimeType . |