Add langage to list of possible metadata of files

This commit is contained in:
Mylloon 2023-10-14 18:57:26 +02:00
parent c81b743142
commit d95a2f7b6b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,6 +14,7 @@ pub struct FileMetadata {
pub publish: Option<bool>,
pub tags: Option<Vec<Tag>>,
pub toc: Option<bool>,
pub language: Option<String>,
}
#[derive(Content, Debug, Clone)]