Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
199
site/blueprints/pages/artist.yml
Normal file
199
site/blueprints/pages/artist.yml
Normal file
|
|
@ -0,0 +1,199 @@
|
|||
title: Artist
|
||||
tabs:
|
||||
mediasTab:
|
||||
label: Medias
|
||||
icon: images
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
leftColumnFieldsSection:
|
||||
headline: Contenu
|
||||
type: fields
|
||||
fields:
|
||||
hero:
|
||||
label: Hero image (hover menu)
|
||||
type: files
|
||||
layout: cards
|
||||
max: 1
|
||||
size: medium
|
||||
image:
|
||||
cover: true
|
||||
featured:
|
||||
label: Featured
|
||||
type: files
|
||||
width: 1/4
|
||||
- width: 2/3
|
||||
sections:
|
||||
rightColumnFieldsSection:
|
||||
headline: Test
|
||||
type: fields
|
||||
fields:
|
||||
medias:
|
||||
label: Medias
|
||||
type: files
|
||||
layout: cards
|
||||
info: "{{file.caption}}"
|
||||
uploads: gallery
|
||||
image:
|
||||
cover: true
|
||||
|
||||
releasesTab:
|
||||
label: releases
|
||||
icon: file-audio
|
||||
sections:
|
||||
releasesSection:
|
||||
type: pages
|
||||
headline: Releases
|
||||
template: release
|
||||
layout: cardlets
|
||||
|
||||
infosTab:
|
||||
label: infos
|
||||
icon: dots
|
||||
columns:
|
||||
- width: 1/3
|
||||
fields:
|
||||
presskit:
|
||||
label: Presskit
|
||||
type: select
|
||||
options: files
|
||||
width: 1/2
|
||||
dates:
|
||||
label: Dates
|
||||
type: textarea
|
||||
buttons: false
|
||||
- width: 2/3
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
listen:
|
||||
label: Listen
|
||||
type: structure
|
||||
style: table
|
||||
width: 1/2
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
required: true
|
||||
url:
|
||||
label: URL
|
||||
type: url
|
||||
required: true
|
||||
socials:
|
||||
label: Follow
|
||||
type: structure
|
||||
style: table
|
||||
width: 1/2
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
required: true
|
||||
url:
|
||||
label: URL
|
||||
type: url
|
||||
required: true
|
||||
|
||||
filesTab:
|
||||
label: Files
|
||||
icon: attachment
|
||||
columns:
|
||||
- width: 1/4
|
||||
sections:
|
||||
filesSection:
|
||||
headline: Gallery
|
||||
type: files
|
||||
# pages:
|
||||
# template:
|
||||
# - release
|
||||
# max: null
|
||||
# limit: 20
|
||||
# sort: false
|
||||
# hide: false
|
||||
# files:
|
||||
# fields:
|
||||
# caption:
|
||||
# label: Caption
|
||||
# type: textarea
|
||||
# buttons:
|
||||
# - link
|
||||
# - email
|
||||
# embed:
|
||||
# label: Embed (Youtube, Vimeo…)
|
||||
# type: url
|
||||
# stream:
|
||||
# label: Video external stream link (.M3U8)
|
||||
# type: url
|
||||
# mp4:
|
||||
# label: Video external file link (.MP4)
|
||||
# type: url
|
||||
# filemp4:
|
||||
# label: Video File (.MP4)
|
||||
# type: select
|
||||
# options: videos
|
||||
# filewebm:
|
||||
# label: Video File (.WEBM)
|
||||
# type: select
|
||||
# options: videos
|
||||
# fields:
|
||||
# featured:
|
||||
# label: Featured
|
||||
# type: files
|
||||
# width: 1/4
|
||||
# presskit:
|
||||
# label: Presskit
|
||||
# type: select
|
||||
# options: files
|
||||
# width: 3/4
|
||||
# hero:
|
||||
# label: Hero image (hover menu)
|
||||
# type: files
|
||||
# width: 1/4
|
||||
# text:
|
||||
# label: Text
|
||||
# type: textarea
|
||||
# medias:
|
||||
# label: Medias
|
||||
# type: files
|
||||
# listen:
|
||||
# label: Listen
|
||||
# type: structure
|
||||
# style: table
|
||||
# width: 1/2
|
||||
# fields:
|
||||
# title:
|
||||
# label: Title
|
||||
# type: text
|
||||
# required: true
|
||||
# url:
|
||||
# label: URL
|
||||
# type: url
|
||||
# required: true
|
||||
# socials:
|
||||
# label: Follow
|
||||
# type: structure
|
||||
# style: table
|
||||
# width: 1/2
|
||||
# fields:
|
||||
# title:
|
||||
# label: Title
|
||||
# type: text
|
||||
# required: true
|
||||
# url:
|
||||
# label: URL
|
||||
# type: url
|
||||
# required: true
|
||||
# dates:
|
||||
# label: Dates
|
||||
# type: textarea
|
||||
# # pageindex:
|
||||
# # label: Releases
|
||||
# # type: index
|
||||
# # options: children
|
||||
# # columns:
|
||||
# # artist: Artist
|
||||
# # title: Title
|
||||
# # cataloguenumber: Num
|
||||
# # uid: Slug
|
||||
Loading…
Add table
Add a link
Reference in a new issue