Add home page
This commit is contained in:
parent
8afee5e625
commit
94a0c89099
130 changed files with 2027 additions and 56 deletions
|
@ -1,6 +1,6 @@
|
|||
title:
|
||||
en: Biography
|
||||
fr: Biographie
|
||||
en: About
|
||||
fr: À propos
|
||||
icon: text
|
||||
status:
|
||||
draft: true
|
||||
|
@ -13,5 +13,5 @@ options:
|
|||
delete: false
|
||||
duplicate: false
|
||||
tabs:
|
||||
content: tabs/biography_content
|
||||
seo: tabs/biography_seo
|
||||
content: tabs/about_content
|
||||
seo: tabs/about_seo
|
|
@ -5,7 +5,7 @@ fields:
|
|||
type: textarea
|
||||
size: small
|
||||
buttons: false
|
||||
required: true
|
||||
# required: true
|
||||
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)."
|
||||
|
@ -20,7 +20,7 @@ fields:
|
|||
image:
|
||||
cover: true
|
||||
multiple: false
|
||||
required: true
|
||||
# required: 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)."
|
||||
|
|
|
@ -3,9 +3,11 @@ headline:
|
|||
fr: Galeries
|
||||
type: pages
|
||||
template: gallery
|
||||
min: 1
|
||||
max: 7
|
||||
layout: cards
|
||||
size: small
|
||||
image:
|
||||
ratio: 1/1
|
||||
cover: true
|
||||
back: black
|
||||
back: white
|
||||
|
|
|
@ -2,10 +2,11 @@ headline:
|
|||
en: Pages
|
||||
fr: Pages
|
||||
type: pages
|
||||
templates:
|
||||
- home
|
||||
- about
|
||||
create: false
|
||||
layout: cardlets
|
||||
image:
|
||||
cover: true
|
||||
back: black
|
||||
templates:
|
||||
- biography
|
||||
- home
|
||||
create: false
|
||||
back: white
|
||||
|
|
|
@ -3,4 +3,4 @@ label:
|
|||
fr: Contenu
|
||||
icon: text
|
||||
sections:
|
||||
presentation: sections/biography_content_presentation
|
||||
presentation: sections/about_content_presentation
|
|
@ -3,13 +3,13 @@ label:
|
|||
fr: Audience
|
||||
icon: chart
|
||||
columns:
|
||||
- width: 3/4
|
||||
sections:
|
||||
main:
|
||||
type: matomo-main
|
||||
- width: 1/4
|
||||
sticky: true
|
||||
sections:
|
||||
sidebar:
|
||||
type: matomo-sidebar
|
||||
link: false
|
||||
- width: 3/4
|
||||
sections:
|
||||
main:
|
||||
type: matomo-main
|
||||
|
|
|
@ -3,10 +3,10 @@ label:
|
|||
fr: Site web
|
||||
icon: home
|
||||
columns:
|
||||
- width: 3/4
|
||||
sections:
|
||||
galleries: sections/site_content_galleries
|
||||
- width: 1/4
|
||||
sticky: true
|
||||
sections:
|
||||
pages: sections/site_content_pages
|
||||
- width: 3/4
|
||||
sections:
|
||||
galleries: sections/site_content_galleries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue