mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-19 23:42:46 +00:00
74 lines
1.4 KiB
YAML
74 lines
1.4 KiB
YAML
|
---
|
||
|
backend:
|
||
|
name: github
|
||
|
repo: GlitchFamily/now-playing
|
||
|
#local_backend: true
|
||
|
media_folder: assets/upload
|
||
|
public_folder: "/upload"
|
||
|
collections:
|
||
|
- editor:
|
||
|
preview: false
|
||
|
create: true
|
||
|
name: musics
|
||
|
label: Album
|
||
|
format: frontmatter
|
||
|
folder: content/musics
|
||
|
fields:
|
||
|
- name: title
|
||
|
label: Name
|
||
|
widget: string
|
||
|
- name: artist
|
||
|
label: Artist
|
||
|
widget: string
|
||
|
- name: date
|
||
|
label: Date
|
||
|
widget: datetime
|
||
|
- name: cover
|
||
|
label: Album Cover
|
||
|
widget: image
|
||
|
allow_multiple: false
|
||
|
- name: styles
|
||
|
label: Styles
|
||
|
widget: list
|
||
|
allow_add: true
|
||
|
- name: links
|
||
|
label: Links
|
||
|
widget: object
|
||
|
allow_add: true
|
||
|
fields:
|
||
|
- name: spotify
|
||
|
label: Spotify
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|
||
|
- name: youtube
|
||
|
label: Youtube
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|
||
|
- name: applemusic
|
||
|
label: Apple Music
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|
||
|
- name: soundcloud
|
||
|
label: SoundCloud
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|
||
|
- name: bandcamp
|
||
|
label: Bandcamp
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|
||
|
- name: googleplay
|
||
|
label: Google Play
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|
||
|
- name: deezer
|
||
|
label: Deezer
|
||
|
widget: string
|
||
|
default: ''
|
||
|
required: false
|