Skip to content

Commit

Permalink
placeholder -> helperText
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Aug 29, 2024
1 parent 7fb1dca commit afb0c51
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion fields/animal-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "animal-type",
"type": "text",
"label": "Animal type",
"placeholder": "What kind of animal?",
"helperText": "What kind of animal?",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/building-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tagKey": "building-type",
"type": "selectOne",
"label": "Building type",
"placeholder": "School/hospital/etc",
"helperText": "School/hospital/etc",
"options": [
{"label":"School", "value": "School"},
{"label":"Hospital", "value": "Hospital"},
Expand Down
2 changes: 1 addition & 1 deletion fields/items-gathered.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "gathered",
"type": "text",
"label": "What is gathered here?",
"placeholder": "e.g. firewood / medicine etc.",
"helperText": "e.g. firewood / medicine etc.",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/name.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"type": "text",
"label": "Name",
"universal": true,
"placeholder": "Common name of this place"
"helperText": "Common name of this place"
}
2 changes: 1 addition & 1 deletion fields/note.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "note",
"type": "text",
"label": "Note",
"placeholder": "Stories or notes about this place",
"helperText": "Stories or notes about this place",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/owner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "owner",
"type": "text",
"label": "Owner",
"placeholder": "Owner or user of the place",
"helperText": "Owner or user of the place",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/palm-species.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "palm-species",
"type": "text",
"label": "Palm species",
"placeholder": "What kind of palm?",
"helperText": "What kind of palm?",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/plant-species.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "plant-species",
"type": "text",
"label": "Plant species",
"placeholder": "What kind of plant?",
"helperText": "What kind of plant?",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "source",
"type": "text",
"label": "Source",
"placeholder": "Source of the data",
"helperText": "Source of the data",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/tree-species.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "tree-species",
"type": "text",
"label": "Tree species",
"placeholder": "What kind of tree?",
"helperText": "What kind of tree?",
"universal": false
}
2 changes: 1 addition & 1 deletion fields/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tagKey": "path",
"type": "text",
"label": "What kind of path?",
"placeholder": "What is this path used for?",
"helperText": "What is this path used for?",
"universal": false
}

0 comments on commit afb0c51

Please sign in to comment.