This commit is contained in:
parent
26affa9c06
commit
cea27a6af9
1 changed files with 3 additions and 2 deletions
|
@ -183,10 +183,11 @@ Markdown files are stored in `/app/data/contacts/`
|
|||
---
|
||||
title: String
|
||||
custom: Option<bool>
|
||||
user: Option<String>
|
||||
user: "Option<String>"
|
||||
link: Option<String>
|
||||
newtab: Option<bool>
|
||||
description: Option<String>
|
||||
description: >
|
||||
Option<String>
|
||||
---
|
||||
|
||||
Custom project description
|
||||
|
|
Loading…
Reference in a new issue