Fix format and location of content
This commit is contained in:
parent
c90d0ab34a
commit
c8a8bdcd22
2 changed files with 47 additions and 47 deletions
|
@ -23,26 +23,6 @@ suffix = "test"
|
||||||
# Format: YYYY-MM-DD
|
# Format: YYYY-MM-DD
|
||||||
birthday = "2017-01-01"
|
birthday = "2017-01-01"
|
||||||
|
|
||||||
# Nickname
|
|
||||||
# "type" is optional
|
|
||||||
[[nickname]]
|
|
||||||
type = "work"
|
|
||||||
name = "boss"
|
|
||||||
|
|
||||||
[organisation]
|
|
||||||
|
|
||||||
# Organisation name
|
|
||||||
# May contain a string or a list of strings
|
|
||||||
name = "test"
|
|
||||||
|
|
||||||
# Organisation title and role
|
|
||||||
# May contain a string or a list of strings
|
|
||||||
title = "test"
|
|
||||||
|
|
||||||
# Role at organisation
|
|
||||||
# May contain a string or a list of strings
|
|
||||||
role = "test"
|
|
||||||
|
|
||||||
# allowed types:
|
# allowed types:
|
||||||
# vcard 3.0: At least one of bbs, car, cell, fax, home, isdn, msg, modem,
|
# vcard 3.0: At least one of bbs, car, cell, fax, home, isdn, msg, modem,
|
||||||
# pager, pcs, pref, video, voice, work
|
# pager, pcs, pref, video, voice, work
|
||||||
|
@ -66,13 +46,33 @@ email = [
|
||||||
# vcard 4.0: At least one of home, pref, work
|
# vcard 4.0: At least one of home, pref, work
|
||||||
[[addresses]]
|
[[addresses]]
|
||||||
type = "home"
|
type = "home"
|
||||||
box = "test"
|
box = "testbox"
|
||||||
extended = "test"
|
extended = "testextended"
|
||||||
street = "test"
|
street = "teststreet"
|
||||||
code = "test"
|
code = "testcode"
|
||||||
city = "test"
|
city = "testcity"
|
||||||
region = "test"
|
region = "testregion"
|
||||||
country = "test"
|
country = "testcountry"
|
||||||
|
|
||||||
|
# Nickname
|
||||||
|
# "type" is optional
|
||||||
|
[[nickname]]
|
||||||
|
type = "work"
|
||||||
|
name = "boss"
|
||||||
|
|
||||||
|
[organisation]
|
||||||
|
|
||||||
|
# Organisation name
|
||||||
|
# May contain a string or a list of strings
|
||||||
|
name = "test"
|
||||||
|
|
||||||
|
# Organisation title and role
|
||||||
|
# May contain a string or a list of strings
|
||||||
|
title = "test"
|
||||||
|
|
||||||
|
# Role at organisation
|
||||||
|
# May contain a string or a list of strings
|
||||||
|
role = "test"
|
||||||
|
|
||||||
[other]
|
[other]
|
||||||
|
|
||||||
|
|
|
@ -23,26 +23,6 @@ last = ""
|
||||||
# Format: YYYY-MM-DD
|
# Format: YYYY-MM-DD
|
||||||
#birthday = ""
|
#birthday = ""
|
||||||
|
|
||||||
# Nickname
|
|
||||||
# "type" is optional
|
|
||||||
#[[nickname]]
|
|
||||||
#type = "work"
|
|
||||||
#name = "boss"
|
|
||||||
|
|
||||||
[organisation]
|
|
||||||
|
|
||||||
# Organisation name
|
|
||||||
# May contain a string or a list of strings
|
|
||||||
#name = ""
|
|
||||||
|
|
||||||
# Organisation title and role
|
|
||||||
# May contain a string or a list of strings
|
|
||||||
#title = ""
|
|
||||||
|
|
||||||
# Role at organisation
|
|
||||||
# May contain a string or a list of strings
|
|
||||||
#role = ""
|
|
||||||
|
|
||||||
# allowed types:
|
# allowed types:
|
||||||
# vcard 3.0: At least one of bbs, car, cell, fax, home, isdn, msg, modem,
|
# vcard 3.0: At least one of bbs, car, cell, fax, home, isdn, msg, modem,
|
||||||
# pager, pcs, pref, video, voice, work
|
# pager, pcs, pref, video, voice, work
|
||||||
|
@ -74,6 +54,26 @@ last = ""
|
||||||
#region = ""
|
#region = ""
|
||||||
#country = ""
|
#country = ""
|
||||||
|
|
||||||
|
# Nickname
|
||||||
|
# "type" is optional
|
||||||
|
#[[nickname]]
|
||||||
|
#type = "work"
|
||||||
|
#name = "boss"
|
||||||
|
|
||||||
|
[organisation]
|
||||||
|
|
||||||
|
# Organisation name
|
||||||
|
# May contain a string or a list of strings
|
||||||
|
#name = ""
|
||||||
|
|
||||||
|
# Organisation title and role
|
||||||
|
# May contain a string or a list of strings
|
||||||
|
#title = ""
|
||||||
|
|
||||||
|
# Role at organisation
|
||||||
|
# May contain a string or a list of strings
|
||||||
|
#role = ""
|
||||||
|
|
||||||
[other]
|
[other]
|
||||||
|
|
||||||
# categories or tags
|
# categories or tags
|
||||||
|
|
Loading…
Reference in a new issue