Created
December 12, 2019 10:33
-
-
Save AndyGaskell/f81992f97156aa29e0c28efac398fd8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"settings": { | |
"notifications": { | |
"title": "Select your Alert Notification channels", | |
"description": "Select one or more", | |
"online": true | |
}, | |
"channels": [ | |
{ | |
"title": "Urgent", | |
"description": "Urgent", | |
"channel": "grangehill_all" | |
}, | |
{ | |
"title": "Nursery", | |
"description": "Nursery", | |
"channel": "grangehill_nursery" | |
}, | |
{ | |
"title": "P 1", | |
"description": "P 1", | |
"channel": "grangehill_year1" | |
}, | |
{ | |
"title": "P 2", | |
"description": "P 2", | |
"channel": "grangehill_year2" | |
}, | |
{ | |
"title": "P 3", | |
"description": "P 3", | |
"channel": "grangehill_year3" | |
}, | |
{ | |
"title": "P 4", | |
"description": "P 4", | |
"channel": "grangehill_year4" | |
}, | |
{ | |
"title": "P 5", | |
"description": "P 5", | |
"channel": "grangehill_year5" | |
}, | |
{ | |
"title": "P 6", | |
"description": "P 6", | |
"channel": "grangehill_year6" | |
} | |
], | |
"filters": { | |
"title": "News and Events Calendar filters", | |
"description": "Select one or more", | |
"online": false, | |
"tags": [ | |
{ | |
"title": "All", | |
"description": "All", | |
"tag": "all" | |
}, | |
{ | |
"title": "Test Tag One", | |
"description": "Test Tag One", | |
"tag": "test-tag-1" | |
}, | |
{ | |
"title": "Test Tag Two", | |
"description": "Test Tag Two", | |
"tag": "test-tag-2" | |
} | |
] | |
}, | |
"sharing": { | |
"enabled": true, | |
"prefix": "article", | |
"ignore": [ | |
"" | |
] | |
}, | |
"features": { | |
"id_auth": { | |
"enabled": true, | |
"status": "active", | |
"user_registered": false | |
}, | |
"premium": { | |
"enabled": true | |
} | |
}, | |
"feeds": { | |
"news": 4, | |
"events": 3 | |
}, | |
"tagline": { | |
"title": "Welcome to our app! " | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment