feat: voice_note field in entry frontmatter
This commit is contained in:
parent
ca9eaf0662
commit
d66e004b0d
3 changed files with 44 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ mod tests {
|
|||
date: date.into(),
|
||||
website: String::new(),
|
||||
drawing: String::new(),
|
||||
voice_note: String::new(),
|
||||
status: Status::Approved,
|
||||
},
|
||||
body: body.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue