Skip to content

Instantly share code, notes, and snippets.

@Haraldson
Last active August 29, 2015 13:57
Show Gist options
  • Save Haraldson/9507866 to your computer and use it in GitHub Desktop.
Save Haraldson/9507866 to your computer and use it in GitHub Desktop.
{
"id": "dagens",
"title": "Dagens",
"logo": "", // URL? Inside or outside configuration object?
"schedule": {
// Representation of what weekdays/time of day an issue should be published (as a guideline)
},
"configuration": {
"defaultSections": [
{
"id": "meninger",
"title": "Meninger",
"primaryColor": "#78c5d6",
"secondaryColor": "#4592a3"
},
{
"id": "kultur",
"title": "Kultur",
"primaryColor": "#459ba8",
"secondaryColor": "#126875"
}
],
"palette": [
{
"id": "meninger",
"label": "Meninger",
"primaryColor": "#78c5d6",
"secondaryColor": "#4592a3"
},
{
"id": "kultur",
"label": "Kultur",
"primaryColor": "#459ba8",
"secondaryColor": "#126875"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment