Last active
August 29, 2015 13:57
-
-
Save Haraldson/9507866 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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