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
|
title: String
|
||||||
custom: Option<bool>
|
custom: Option<bool>
|
||||||
user: Option<String>
|
user: "Option<String>"
|
||||||
link: Option<String>
|
link: Option<String>
|
||||||
newtab: Option<bool>
|
newtab: Option<bool>
|
||||||
description: Option<String>
|
description: >
|
||||||
|
Option<String>
|
||||||
---
|
---
|
||||||
|
|
||||||
Custom project description
|
Custom project description
|
||||||
|
|
Loading…
Reference in a new issue