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
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"firstname": "Gary",
|
|
"lastname": "James",
|
|
"handle": "Turb1n3",
|
|
"birth": "",
|
|
"death": "",
|
|
"obituary": "",
|
|
"issue": "17",
|
|
"affiliations": "",
|
|
"mainimage": "/images/y3t1_Art-Gary_James_aka_Turb1n3.png",
|
|
"maintext": "",
|
|
"socialmedialinks": [],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|