Skip to content

Commit

Permalink
Added filters config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Jul 12, 2024
1 parent d1c3063 commit 50afe62
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/assets/appConfig/bright-future-english-school..json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"siteName": "Bright Future English School",
"siteByLine": "Listen, Learn & Grow !!!",
"splashImage": "assets/school/BFES_152x152.png",
"defaultContentFilter": {

},
"defaultContentFilter": [{
"agegroup": ["3-6", "6-8"]
}],
"headerFilters": [{
"defaultFilter": {
"id": "All",
Expand Down
7 changes: 3 additions & 4 deletions src/assets/appConfig/garhwal-school.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"siteName": "Garhwal English Medium",
"siteByLine": "Listen, Learn & Grow !!!",
"splashImage": "assets/school/GEMS.jpeg",
"defaultContentFilter": {
"key": "agegroup",
"value": "3-6"
},
"defaultContentFilter": [{
"agegroup": ["3-6", "6-8"]
}],
"headerFilters": [{
"defaultFilter": {
"id": "All",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/appConfig/hummingbird-school.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"siteName": "Hummingbird School in Assam",
"siteByLine": "Listen, Learn & Grow !!!",
"splashImage": "assets/school/THSM_152x152.png",
"defaultContentFilter": {

},
"defaultContentFilter": [{
"agegroup": ["3-6", "6-8"]
}],
"headerFilters": [{
"defaultFilter": {
"id": "All",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/appConfig/imamiya-mission-school.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"siteName": "Imamiya Mission School",
"siteByLine": "Listen, Learn & Grow !!!",
"splashImage": "assets/school/IMS_152x152.png",
"defaultContentFilter": {

},
"defaultContentFilter": [{
"agegroup": ["3-6", "6-8"]
}],
"headerFilters": [{
"defaultFilter": {
"id": "All",
Expand Down
4 changes: 3 additions & 1 deletion src/assets/appConfig/turtuk-valley-school.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"siteName": "Turtuk Valley School",
"siteByLine": "Listen, Learn & Grow !!!",
"splashImage": "assets/school/TVS_152x152.png",
"defaultContentFilter": {},
"defaultContentFilter": [{
"agegroup": ["3-6", "6-8"]
}],
"headerFilters": [
{
"defaultFilter": {
Expand Down

0 comments on commit 50afe62

Please sign in to comment.