-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
16 lines (16 loc) · 906 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"fields": [
{"title": "Name", "field_name": "AnimalName"},
{"title": "Breed", "field_name": "PrimaryBreed", "type": "breed"},
{"title": "Age", "field_name": "Age", "type": "age"},
{"title": "Sex", "field_name": "Sex"},
{"title": "Weight", "field_name": "BodyWeight"},
{"title": "Location", "field_name": "Location"},
{"title": "Description", "field_name": "Dsc", "type": "description"}
],
"be_descriptions": {
"green_be": "This animal needs training or has special needs. Should go to an adult and dog savvy home.",
"orange_be": "This animal needs training. Better with older children and people who have owned dogs previously",
"purple_be": "This animal is friendly and trainable. Does well with children or novice pet owners."
}
}