Add blueprints and fake content
This commit is contained in:
parent
1ff19bf38f
commit
8235816462
592 changed files with 22385 additions and 31535 deletions
17
site/blueprints/files/artwork.yml
Normal file
17
site/blueprints/files/artwork.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
title: Artwork
|
||||
accept:
|
||||
mime: image/jpeg, image/png, video/mp4
|
||||
|
||||
fields:
|
||||
alt_text:
|
||||
type: text
|
||||
when:
|
||||
file_type: image
|
||||
label:
|
||||
en: Alternative text
|
||||
fr: Texte alternatif
|
||||
caption:
|
||||
label:
|
||||
en: Caption
|
||||
fr: Légende
|
||||
type: text
|
3
site/blueprints/files/favicon.yml
Normal file
3
site/blueprints/files/favicon.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
title: Favicon
|
||||
accept:
|
||||
mime: image/png
|
15
site/blueprints/files/image.yml
Normal file
15
site/blueprints/files/image.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
title: Image
|
||||
accept:
|
||||
mime: image/jpeg, image/png
|
||||
|
||||
fields:
|
||||
alt_text:
|
||||
label:
|
||||
en: Alternative text
|
||||
fr: Texte alternatif
|
||||
type: text
|
||||
caption:
|
||||
label:
|
||||
en: Caption
|
||||
fr: Légende
|
||||
type: text
|
17
site/blueprints/pages/biography.yml
Normal file
17
site/blueprints/pages/biography.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
title:
|
||||
en: Biography
|
||||
fr: Biographie
|
||||
icon: text
|
||||
status:
|
||||
draft: true
|
||||
unlisted: true
|
||||
options:
|
||||
changeSlug: false
|
||||
changeStatus: false
|
||||
changeTemplate: false
|
||||
changeTitle: false
|
||||
delete: false
|
||||
duplicate: false
|
||||
tabs:
|
||||
content: tabs/biography_content
|
||||
seo: tabs/biography_seo
|
|
@ -1,8 +0,0 @@
|
|||
title: Default Page
|
||||
preset: page
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
size: large
|
||||
|
5
site/blueprints/pages/error.yml
Normal file
5
site/blueprints/pages/error.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
title:
|
||||
en: Error
|
||||
fr: Erreur
|
||||
options:
|
||||
read: false
|
10
site/blueprints/pages/gallery.yml
Normal file
10
site/blueprints/pages/gallery.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
title:
|
||||
en: Gallery
|
||||
fr: Galerie
|
||||
icon: file-image
|
||||
status:
|
||||
draft: true
|
||||
listed: true
|
||||
tabs:
|
||||
content: tabs/gallery_content
|
||||
seo: tabs/gallery_seo
|
17
site/blueprints/pages/home.yml
Normal file
17
site/blueprints/pages/home.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
title:
|
||||
en: Home
|
||||
fr: Accueil
|
||||
icon: home
|
||||
status:
|
||||
draft: true
|
||||
unlisted: true
|
||||
options:
|
||||
changeSlug: false
|
||||
changeStatus: false
|
||||
changeTemplate: false
|
||||
changeTitle: false
|
||||
delete: false
|
||||
duplicate: false
|
||||
tabs:
|
||||
content: tabs/home_content
|
||||
seo: tabs/home_seo
|
|
@ -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
|
|
@ -1,3 +1,7 @@
|
|||
title: Site
|
||||
preset: pages
|
||||
unlisted: true
|
||||
title:
|
||||
en: Website
|
||||
fr: Site web
|
||||
tabs:
|
||||
content: tabs/site_content
|
||||
seo: tabs/site_informations
|
||||
analytics: tabs/site_analytics
|
||||
|
|
7
site/blueprints/tabs/biography_content.yml
Normal file
7
site/blueprints/tabs/biography_content.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
label:
|
||||
en: Content
|
||||
fr: Contenu
|
||||
icon: text
|
||||
|
||||
sections:
|
||||
presentation: sections/biography_content_presentation
|
6
site/blueprints/tabs/biography_seo.yml
Normal file
6
site/blueprints/tabs/biography_seo.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
label:
|
||||
en: SEO
|
||||
fr: Référencement
|
||||
icon: search
|
||||
sections:
|
||||
seo_basic_meta: sections/generic_seo_basic_meta
|
7
site/blueprints/tabs/gallery_content.yml
Normal file
7
site/blueprints/tabs/gallery_content.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
label:
|
||||
en: Content
|
||||
fr: Contenu
|
||||
icon: text
|
||||
sections:
|
||||
introduction: sections/gallery_content_introduction
|
||||
artworks: sections/gallery_content_artworks
|
6
site/blueprints/tabs/gallery_seo.yml
Normal file
6
site/blueprints/tabs/gallery_seo.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
label:
|
||||
en: SEO
|
||||
fr: Référencement
|
||||
icon: search
|
||||
sections:
|
||||
seo_basic_meta: sections/generic_seo_basic_meta
|
6
site/blueprints/tabs/home_content.yml
Normal file
6
site/blueprints/tabs/home_content.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
label:
|
||||
en: Content
|
||||
fr: Contenu
|
||||
icon: text
|
||||
sections:
|
||||
background_image: sections/home_content_background_image
|
6
site/blueprints/tabs/home_seo.yml
Normal file
6
site/blueprints/tabs/home_seo.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
label:
|
||||
en: SEO
|
||||
fr: Référencement
|
||||
icon: search
|
||||
sections:
|
||||
seo_basic_meta: sections/generic_seo_basic_meta
|
15
site/blueprints/tabs/site_analytics.yml
Normal file
15
site/blueprints/tabs/site_analytics.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
label:
|
||||
en: Analytics
|
||||
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
|
12
site/blueprints/tabs/site_content.yml
Normal file
12
site/blueprints/tabs/site_content.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
label:
|
||||
en: Website
|
||||
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
|
5
site/blueprints/tabs/site_informations.yml
Normal file
5
site/blueprints/tabs/site_informations.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Informations
|
||||
icon: info
|
||||
sections:
|
||||
seo_favicon: sections/site_informations_favicon
|
||||
seo_informations: sections/site_informations_contact
|
20
site/blueprints/users/admin.yml
Normal file
20
site/blueprints/users/admin.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
title:
|
||||
en: Administrator
|
||||
fr: Administrateur·ice
|
||||
|
||||
description:
|
||||
en: The Administrator has all rights
|
||||
fr: L'Administrateur·ice dispose de tous les droits
|
||||
|
||||
sections:
|
||||
info:
|
||||
headline:
|
||||
en: Website
|
||||
fr: Site internet
|
||||
theme: none
|
||||
width: 1/2
|
||||
text:
|
||||
en: |
|
||||
(link: https://paulnicoue.com text: paulnicoue.com target: _blank)
|
||||
fr: |
|
||||
(link: https://www.paulnicoue.com text: paulnicoue.com target: _blank)
|
31
site/blueprints/users/editor.yml
Normal file
31
site/blueprints/users/editor.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
title:
|
||||
en: Editor
|
||||
fr: Éditeur·ice
|
||||
|
||||
description:
|
||||
en: The Editor can create and edit pages
|
||||
fr: L'éditeur·ice peut créer et modifier des pages
|
||||
|
||||
permissions:
|
||||
access:
|
||||
settings: false
|
||||
languages:
|
||||
create: false
|
||||
delete: false
|
||||
site:
|
||||
changeTitle: false
|
||||
user:
|
||||
changeRole: false
|
||||
delete: false
|
||||
users:
|
||||
changeEmail: false
|
||||
changeLanguage: false
|
||||
changeName: false
|
||||
changePassword: false
|
||||
changeRole: false
|
||||
create: false
|
||||
delete: false
|
||||
update: false
|
||||
|
||||
sections:
|
||||
info: false
|
Loading…
Add table
Add a link
Reference in a new issue