mirror of
https://github.com/restincode/restincode.git
synced 2026-09-11 17:19:30 +02:00
Add missing obituary and affiliations fields, convert empty string collection fields to empty arrays, and standardize field ordering across all 44 modified person files to match _template.json
31 lines
677 B
JSON
31 lines
677 B
JSON
{
|
|
"firstname": "Conor",
|
|
"lastname": "Fahey-Latrope",
|
|
"handle": "Conor Pot Pie",
|
|
"birth": "",
|
|
"death": "",
|
|
"obituary": "",
|
|
"issue": "81",
|
|
"affiliations": "",
|
|
"mainimage": "/images/Conor_Fahey-Latrope.jpg",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "Twitter",
|
|
"siteurl": "https://www.twitter.com/conorpotpie"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": [
|
|
{
|
|
"url": "/images/Conor_Fahey-Latrope2.jpg",
|
|
"title": "Conor and bird",
|
|
"caption": "Conor and bird"
|
|
},
|
|
{
|
|
"url": "/images/Conor_Fahey-Latrope3.jpg",
|
|
"title": "Conor and son, Finn",
|
|
"caption": "Conor and son, Finn"
|
|
}
|
|
]
|
|
}
|