Add langage to list of possible metadata of files
This commit is contained in:
parent
c81b743142
commit
d95a2f7b6b
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue