mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
fix(bradsmith.json): remove unused "birth" and "maintext" fields, add "obituary" and "affiliations" fields
fix(chipmeadows.json): fix capitalization of "Sept" in "death" field, add "issue" field, remove duplicate "contributions" field fix(karenKrystalia.json): fix typo in "maintext" field, update "mainimage" field, remove unused "affiliations" field The changes were made to fix inconsistencies and errors in the JSON files for the people profiles. Unused fields were removed, missing fields were added, and typos were corrected. These changes improve the accuracy and completeness of the data for each person profile.
This commit is contained in:
parent
555cfb41a9
commit
98bacf1ae2
3 changed files with 25 additions and 11 deletions
|
|
@ -4,7 +4,9 @@
|
|||
"handle" : "Nurse",
|
||||
"birth" : "",
|
||||
"death" : "2011",
|
||||
"obituary" : "",
|
||||
"issue" : "5",
|
||||
"affiliations" : "",
|
||||
"mainimage" : "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
|
|
@ -14,9 +16,9 @@
|
|||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
}
|
||||
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"gallery" : [
|
||||
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue