Set up media library
This commit is contained in:
parent
8352bc22d2
commit
b156cb1902
10 changed files with 121 additions and 47 deletions
|
@ -1,31 +0,0 @@
|
|||
title: Image
|
||||
accept:
|
||||
mime: image/jpeg, image/png
|
||||
fields:
|
||||
caption:
|
||||
label:
|
||||
en: Caption
|
||||
fr: Légende
|
||||
type: writer
|
||||
toolbar:
|
||||
inline: false
|
||||
nodes: false
|
||||
marks:
|
||||
- bold
|
||||
- italic
|
||||
- '|'
|
||||
- link
|
||||
- email
|
||||
- '|'
|
||||
- clear
|
||||
help:
|
||||
en: "Informative text displayed below the image."
|
||||
fr: "Texte informatif affiché sous l'image."
|
||||
alt_text:
|
||||
label:
|
||||
en: Alternative text
|
||||
fr: Texte alternatif
|
||||
type: text
|
||||
help:
|
||||
en: "Short description displayed if the image can't be loaded and used by screen readers."
|
||||
fr: "Courte description affichée si l'image ne peut être chargée et utilisée par les lecteurs d'écran."
|
55
site/blueprints/files/image.yml
Normal file
55
site/blueprints/files/image.yml
Normal file
|
@ -0,0 +1,55 @@
|
|||
title: Image
|
||||
accept:
|
||||
mime: image/jpeg, image/png
|
||||
columns:
|
||||
left:
|
||||
width: 3/4
|
||||
fields:
|
||||
caption:
|
||||
label:
|
||||
en: Caption
|
||||
fr: Légende
|
||||
type: writer
|
||||
when: false
|
||||
toolbar:
|
||||
inline: false
|
||||
nodes: false
|
||||
marks:
|
||||
- bold
|
||||
- italic
|
||||
- '|'
|
||||
- link
|
||||
- email
|
||||
- '|'
|
||||
- clear
|
||||
help:
|
||||
en: "Informative text displayed below the image."
|
||||
fr: "Texte informatif affiché sous l'image."
|
||||
alt_text:
|
||||
label:
|
||||
en: Alternative text
|
||||
fr: Texte alternatif
|
||||
type: text
|
||||
help:
|
||||
en: "Short description displayed if the image can't be loaded and used by screen readers."
|
||||
fr: "Courte description affichée si l'image ne peut être chargée et utilisée par les lecteurs d'écran."
|
||||
right:
|
||||
width: 1/4
|
||||
fields:
|
||||
related_image:
|
||||
label:
|
||||
en: Related image
|
||||
fr: Image associée
|
||||
type: files
|
||||
query: site.find('media-library').images
|
||||
uploads:
|
||||
parent: site.find('media-library')
|
||||
template: image
|
||||
multiple: false
|
||||
layout: cards
|
||||
size: small
|
||||
image:
|
||||
ratio: 1/1
|
||||
# help:
|
||||
# en: ""
|
||||
# fr: ""
|
12
site/blueprints/pages/media-library.yml
Normal file
12
site/blueprints/pages/media-library.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
title:
|
||||
en: Media library
|
||||
fr: Médiathèque
|
||||
options:
|
||||
changeStatus: false
|
||||
duplicate: false
|
||||
preview: false
|
||||
status:
|
||||
draft: true
|
||||
unlisted: true
|
||||
sections:
|
||||
images: sections/media-library_images
|
6
site/blueprints/sections/media-library_images.yml
Normal file
6
site/blueprints/sections/media-library_images.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
label: Images
|
||||
type: files
|
||||
template: image
|
||||
layout: cardlets
|
||||
image:
|
||||
ratio: 1/1
|
15
site/blueprints/sections/site_content_gallery.yml
Normal file
15
site/blueprints/sections/site_content_gallery.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
type: fields
|
||||
fields:
|
||||
image_gallery:
|
||||
label:
|
||||
en: Image gallery
|
||||
fr: Galerie d'images
|
||||
type: files
|
||||
query: site.find('media-library').images
|
||||
uploads:
|
||||
parent: site.find('media-library')
|
||||
template: image
|
||||
min: 2
|
||||
layout: cards
|
||||
image:
|
||||
ratio: 1/1
|
|
@ -1,9 +0,0 @@
|
|||
label:
|
||||
en: Image gallery
|
||||
fr: Galerie d'images
|
||||
type: files
|
||||
template: gallery_image
|
||||
min: 2
|
||||
layout: cards
|
||||
image:
|
||||
ratio: 1/1
|
|
@ -20,8 +20,10 @@ fields:
|
|||
en: Meta image
|
||||
fr: Méta image
|
||||
type: files
|
||||
query: site.images
|
||||
uploads: false
|
||||
query: site.find('media-library').images
|
||||
uploads:
|
||||
parent: site.find('media-library')
|
||||
template: image
|
||||
multiple: false
|
||||
required: true
|
||||
layout: cards
|
||||
|
|
|
@ -3,5 +3,5 @@ label:
|
|||
fr: Contenu
|
||||
icon: text
|
||||
sections:
|
||||
artworks: sections/site_content_images
|
||||
gallery: sections/site_content_gallery
|
||||
contact: sections/site_content_contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue