1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-06 06:37:57 +00:00
now-playing/static/admin/config.yml
2022-04-23 01:42:08 +02:00

74 lines
1.5 KiB
YAML

---
backend:
name: github
repo: GlitchFamily/now-playing
branch: main
# local_backend: true
site_url: https://music.glitch.family
display_url: https://music.glitch.family
logo_url: https://music.glitch.family/images/logo-glitch-family.svg
media_folder: assets/upload
public_folder: "/upload"
collections:
- editor:
preview: false
create: true
name: musics
label: Album
format: frontmatter
folder: content/a
sortable_fields: ['date']
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: deezer
label: Deezer
widget: string
default: ''
required: false