Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update schema, settings builder, update to new extension #63

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading
Loading