nnwhen edits
This commit is contained in:
parent
5fdb84a3bb
commit
498710da35
14 changed files with 1926 additions and 2042 deletions
53
config.json
53
config.json
|
@ -1,13 +1,44 @@
|
|||
{
|
||||
"title": "",
|
||||
"media": [],
|
||||
"cover": "",
|
||||
"theme": {
|
||||
"coverSize": 480,
|
||||
"layoutStyle": "vertical",
|
||||
"infoStyle": "overlaid",
|
||||
"contentWidth": 400,
|
||||
"nativePlayer": false
|
||||
"title": "Album Title",
|
||||
"media": [
|
||||
{
|
||||
"file": "01 - Song 01.flac",
|
||||
"type": "audio",
|
||||
"info": "<p>First Line<br>Second Line</p>",
|
||||
"feature": true,
|
||||
"title": "Song 01"
|
||||
},
|
||||
"description": ""
|
||||
}
|
||||
{
|
||||
"file": "02 - Song 02.flac",
|
||||
"type": "audio",
|
||||
"info": "<p>First Line<br>Second Line</p>",
|
||||
"title": "Song 02"
|
||||
}
|
||||
],
|
||||
"cover": "cover.png",
|
||||
"theme": {
|
||||
"titleStyle": "none",
|
||||
"layoutStyle": "vertical",
|
||||
"infoStyle": "overlaid",
|
||||
"hideInfoDropdown": false,
|
||||
"contentWidth": "400",
|
||||
"coverSize": "480",
|
||||
"nativePlayer": false,
|
||||
"customCSS": "",
|
||||
|
||||
"backgroundColor": "#181a1b",
|
||||
"primaryColor": "#ffffff",
|
||||
"primaryAltColor": "#e3beb3",
|
||||
"secondaryColor": "#181a1b",
|
||||
"highlightColor": "#8383834d",
|
||||
"primaryTextColor": "#c8beb5",
|
||||
"primaryAltTextColor": "#838383",
|
||||
"previewStripeColor1": "#3c362e",
|
||||
"previewStripeColor2": "#242627",
|
||||
"linkColor": "#f18d74",
|
||||
"overlayTextColor": "#ffffff",
|
||||
"overlayBackgroundColor": "#00000080"
|
||||
},
|
||||
"description": "<h1>Description How To</h1><p>Use normal HTML formatting, inline.</p>",
|
||||
"loopModeDefault": "none"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue