You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can allow omission of certain properties (like imagepath and label) and fallback to reasonable defaults in templating. Additionally I don't see why you need to have an object with the single key members—the whole file can just be the array of members, and that way you don't have to subscript into site.data.members.members, you can just do site.data.members.
The text was updated successfully, but these errors were encountered:
Alternatively, if you want to keep the members key there, you might also want to add another section of the file for the three leaders at the top, who are currently hardcoded
You can allow omission of certain properties (like
imagepath
andlabel
) and fallback to reasonable defaults in templating. Additionally I don't see why you need to have an object with the single keymembers
—the whole file can just be the array of members, and that way you don't have to subscript intosite.data.members.members
, you can just dosite.data.members
.The text was updated successfully, but these errors were encountered: