alukach
04/05/2022, 6:16 PMyaml
---
id: fc3kbk6iivs6yyjtpuql2yd
title: User
desc: ""
updated: 1649180005198
created: 1649180005198
social:
linkedin:
twitter:
facebook:
discord:
github:
hn:
website:
email:
location:
employer:
team:
---
But, when I create the user, all of the blank values are filled in with `null`:
yaml
---
id: bd4r9ooubx3fzykvfhzw5nj
title: Anthony Lukach
desc: ''
updated: 1649182168569
created: 1649182168569
social:
linkedin: null
twitter: null
facebook: null
discord: null
github: null
hn: null
website: null
email: null
location: null
employer: null
---
Is there any way to avoid this? Obviously, I could use some other filler like ''
, but I'd prefer those values to be unfilled rather than pre-populated with ''
or null
.