Skip to content

Commit

Permalink
chore: explicitly add universal to all fields (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomás Ciccola <[email protected]>
  • Loading branch information
EvanHahn and Tomás Ciccola committed Aug 26, 2024
1 parent c25c181 commit d282673
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion fields/animal-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "animal-type",
"type": "text",
"label": "Animal type",
"placeholder": "What kind of animal?"
"placeholder": "What kind of animal?",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/building-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
{"label":"Homestead", "value": "Homestead"},
{"label":"Church", "value": "Church"},
{"label":"Shop", "value": "Shop"},
{"label":"Other", "value": "Other"}]
{"label":"Other", "value": "Other"}],
"universal": false
}
3 changes: 2 additions & 1 deletion fields/items-gathered.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "gathered",
"type": "text",
"label": "What is gathered here?",
"placeholder": "e.g. firewood / medicine etc."
"placeholder": "e.g. firewood / medicine etc.",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/note.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "note",
"type": "text",
"label": "Note",
"placeholder": "Stories or notes about this place"
"placeholder": "Stories or notes about this place",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/owner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "owner",
"type": "text",
"label": "Owner",
"placeholder": "Owner or user of the place"
"placeholder": "Owner or user of the place",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/palm-species.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "palm-species",
"type": "text",
"label": "Palm species",
"placeholder": "What kind of palm?"
"placeholder": "What kind of palm?",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/plant-species.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "plant-species",
"type": "text",
"label": "Plant species",
"placeholder": "What kind of plant?"
"placeholder": "What kind of plant?",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "source",
"type": "text",
"label": "Source",
"placeholder": "Source of the data"
"placeholder": "Source of the data",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/tree-species.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "tree-species",
"type": "text",
"label": "Tree species",
"placeholder": "What kind of tree?"
"placeholder": "What kind of tree?",
"universal": false
}
3 changes: 2 additions & 1 deletion fields/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tagKey": "path",
"type": "text",
"label": "What kind of path?",
"placeholder": "What is this path used for?"
"placeholder": "What is this path used for?",
"universal": false
}

0 comments on commit d282673

Please sign in to comment.