mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 22:11:53 +00:00
73 lines
1.4 KiB
YAML
73 lines
1.4 KiB
YAML
---
|
|
backend:
|
|
name: github
|
|
repo: GuerillaHQ/now-playing
|
|
branch: main
|
|
# local_backend: true
|
|
site_url: https://music.guerilla.studio
|
|
display_url: https://music.guerilla.studio
|
|
logo_url: https://music.guerilla.studio/images/illustration.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
|