Add blueprints and fake content
This commit is contained in:
parent
1ff19bf38f
commit
8235816462
592 changed files with 22385 additions and 31535 deletions
|
@ -0,0 +1,9 @@
|
|||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label:
|
||||
en: Presentation text
|
||||
fr: Texte de présentation
|
||||
type: textarea
|
||||
size: large
|
||||
required: true
|
11
site/blueprints/sections/gallery_content_artworks.yml
Normal file
11
site/blueprints/sections/gallery_content_artworks.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
headline:
|
||||
en: Artworks
|
||||
fr: Œuvres
|
||||
type: files
|
||||
template: artwork
|
||||
min: 1
|
||||
layout: cards
|
||||
size: small
|
||||
image:
|
||||
ratio: 1/1
|
||||
back: white
|
|
@ -0,0 +1,8 @@
|
|||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label:
|
||||
en: Introduction text
|
||||
fr: Texte d'introduction
|
||||
type: textarea
|
||||
size: medium
|
25
site/blueprints/sections/generic_seo_basic_meta.yml
Normal file
25
site/blueprints/sections/generic_seo_basic_meta.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
type: fields
|
||||
fields:
|
||||
meta_description:
|
||||
label: Description
|
||||
type: textarea
|
||||
size: small
|
||||
buttons: false
|
||||
help:
|
||||
en: "Short description of the page displayed by search engines and social networks (recommended maximum length: 160 characters)."
|
||||
fr: "Courte description de la page affichée par les moteurs de recherche et les réseaux sociaux (taille maximale conseillée : 160 caractères)."
|
||||
width: 3/4
|
||||
gap:
|
||||
type: gap
|
||||
width: 1/4
|
||||
meta_image:
|
||||
label: Image
|
||||
type: files
|
||||
multiple: false
|
||||
layout: cardlets
|
||||
image:
|
||||
cover: true
|
||||
help:
|
||||
en: "Image displayed by social networks (format: JPEG or PNG)."
|
||||
fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG)."
|
||||
width: 1/4
|
12
site/blueprints/sections/home_content_background_image.yml
Normal file
12
site/blueprints/sections/home_content_background_image.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
type: files
|
||||
headline:
|
||||
en: Background image
|
||||
fr: Image de fond
|
||||
template: image
|
||||
min: 1
|
||||
max: 1
|
||||
layout: cards
|
||||
size: medium
|
||||
image:
|
||||
ratio: 1/1
|
||||
back: white
|
11
site/blueprints/sections/site_content_galleries.yml
Normal file
11
site/blueprints/sections/site_content_galleries.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
headline:
|
||||
en: Galleries
|
||||
fr: Galeries
|
||||
type: pages
|
||||
template: gallery
|
||||
layout: cards
|
||||
size: small
|
||||
image:
|
||||
ratio: 1/1
|
||||
cover: true
|
||||
back: black
|
11
site/blueprints/sections/site_content_pages.yml
Normal file
11
site/blueprints/sections/site_content_pages.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
headline:
|
||||
en: Pages
|
||||
fr: Pages
|
||||
type: pages
|
||||
image:
|
||||
cover: true
|
||||
back: black
|
||||
templates:
|
||||
- biography
|
||||
- home
|
||||
create: false
|
20
site/blueprints/sections/site_informations_contact.yml
Normal file
20
site/blueprints/sections/site_informations_contact.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
type: fields
|
||||
fields:
|
||||
email:
|
||||
label:
|
||||
en: Email
|
||||
fr: Adresse e-mail
|
||||
type: email
|
||||
required: true
|
||||
width: 1/2
|
||||
gap:
|
||||
type: gap
|
||||
width: 1/2
|
||||
instagram:
|
||||
type: url
|
||||
label:
|
||||
en: Instagram account
|
||||
fr: Compte Instagram
|
||||
icon: instagram
|
||||
required: true
|
||||
width: 1/2
|
13
site/blueprints/sections/site_informations_favicon.yml
Normal file
13
site/blueprints/sections/site_informations_favicon.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
type: fields
|
||||
fields:
|
||||
favicon:
|
||||
label: Favicon
|
||||
type: files
|
||||
template: favicon
|
||||
layout: cardlets
|
||||
multiple: false
|
||||
min: 1
|
||||
help:
|
||||
en: "Image displayed on web browser tabs (file format: PNG)."
|
||||
fr: "Image affichée sur les onglets des navigateurs internet (format : PNG)."
|
||||
width: 1/4
|
Loading…
Add table
Add a link
Reference in a new issue