Edit yaml files indentation style
This commit is contained in:
parent
b7cc126acb
commit
98499d98de
20 changed files with 299 additions and 298 deletions
|
@ -11,3 +11,6 @@ insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.{yaml,yml}]
|
||||||
|
indent_style = space
|
||||||
|
|
|
@ -1,29 +1,29 @@
|
||||||
title: Image
|
title: Image
|
||||||
accept:
|
accept:
|
||||||
mime: image/jpeg, image/png
|
mime: image/jpeg, image/png
|
||||||
fields:
|
fields:
|
||||||
alt_text:
|
alt_text:
|
||||||
label:
|
label:
|
||||||
en: Alternative text
|
en: Alternative text
|
||||||
fr: Texte alternatif
|
fr: Texte alternatif
|
||||||
type: text
|
type: text
|
||||||
help:
|
help:
|
||||||
en: "Short description displayed if the image can't be loaded and used by screen readers."
|
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."
|
fr: "Courte description affichée si l'image ne peut être chargée et utilisée par les lecteurs d'écran."
|
||||||
logo_color:
|
logo_color:
|
||||||
label:
|
label:
|
||||||
en: Logo color
|
en: Logo color
|
||||||
fr: Couleur du logo
|
fr: Couleur du logo
|
||||||
type: select
|
type: select
|
||||||
options:
|
options:
|
||||||
black:
|
black:
|
||||||
en: Black
|
en: Black
|
||||||
fr: Noir
|
fr: Noir
|
||||||
white:
|
white:
|
||||||
en: White
|
en: White
|
||||||
fr: Blanc
|
fr: Blanc
|
||||||
default: black
|
default: black
|
||||||
help:
|
help:
|
||||||
en: "Favor a black logo for a light image, and a white logo for a dark image."
|
en: "Favor a black logo for a light image, and a white logo for a dark image."
|
||||||
fr: "Privilégier un logo noir pour une image claire, et un logo blanc pour une image sombre."
|
fr: "Privilégier un logo noir pour une image claire, et un logo blanc pour une image sombre."
|
||||||
width: 1/4
|
width: 1/4
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
title:
|
title:
|
||||||
en: Error
|
en: Error
|
||||||
fr: Erreur
|
fr: Erreur
|
||||||
options:
|
options:
|
||||||
read: false
|
read: false
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
title:
|
title:
|
||||||
en: Home
|
en: Home
|
||||||
fr: Accueil
|
fr: Accueil
|
||||||
icon: list-bullet
|
icon: list-bullet
|
||||||
status:
|
status:
|
||||||
draft: true
|
draft: true
|
||||||
listed: true
|
listed: true
|
||||||
options:
|
options:
|
||||||
changeSlug:
|
changeSlug:
|
||||||
admin: true
|
admin: true
|
||||||
editor: false
|
editor: false
|
||||||
changeStatus: false
|
changeStatus: false
|
||||||
changeTemplate: false
|
changeTemplate: false
|
||||||
changeTitle:
|
changeTitle:
|
||||||
admin: true
|
admin: true
|
||||||
editor: false
|
editor: false
|
||||||
delete: false
|
delete: false
|
||||||
duplicate: false
|
duplicate: false
|
||||||
tabs:
|
tabs:
|
||||||
content: tabs/exhibitions_content
|
content: tabs/exhibitions_content
|
||||||
seo: tabs/exhibitions_seo
|
seo: tabs/exhibitions_seo
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
title:
|
title:
|
||||||
en: Gallery
|
en: Gallery
|
||||||
fr: Galerie
|
fr: Galerie
|
||||||
icon: images
|
icon: images
|
||||||
status:
|
status:
|
||||||
draft: true
|
draft: true
|
||||||
listed: true
|
listed: true
|
||||||
options:
|
options:
|
||||||
changeSlug:
|
changeSlug:
|
||||||
admin: true
|
admin: true
|
||||||
editor: false
|
editor: false
|
||||||
changeStatus: false
|
changeStatus: false
|
||||||
changeTemplate: false
|
changeTemplate: false
|
||||||
changeTitle:
|
changeTitle:
|
||||||
admin: true
|
admin: true
|
||||||
editor: false
|
editor: false
|
||||||
delete: false
|
delete: false
|
||||||
duplicate: false
|
duplicate: false
|
||||||
tabs:
|
tabs:
|
||||||
content: tabs/gallery_content
|
content: tabs/gallery_content
|
||||||
seo: tabs/gallery_seo
|
seo: tabs/gallery_seo
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
contact_line:
|
contact_line:
|
||||||
type: line
|
type: line
|
||||||
email:
|
email:
|
||||||
label:
|
label:
|
||||||
en: Email
|
en: Email
|
||||||
fr: Adresse e-mail
|
fr: Adresse e-mail
|
||||||
type: email
|
type: email
|
||||||
required: true
|
required: true
|
||||||
width: 1/2
|
width: 1/2
|
||||||
gap:
|
gap:
|
||||||
type: gap
|
type: gap
|
||||||
width: 1/2
|
width: 1/2
|
||||||
instagram:
|
instagram:
|
||||||
type: url
|
type: url
|
||||||
label:
|
label:
|
||||||
en: Instagram account
|
en: Instagram account
|
||||||
fr: Compte Instagram
|
fr: Compte Instagram
|
||||||
icon: instagram
|
icon: instagram
|
||||||
required: true
|
required: true
|
||||||
width: 1/2
|
width: 1/2
|
||||||
|
|
|
@ -1,57 +1,57 @@
|
||||||
headline:
|
headline:
|
||||||
en: Exhibitions
|
en: Exhibitions
|
||||||
fr: Expositions
|
fr: Expositions
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
exhibitions:
|
exhibitions:
|
||||||
label:
|
label:
|
||||||
en: Exhibitions
|
en: Exhibitions
|
||||||
fr: Expositions
|
fr: Expositions
|
||||||
type: structure
|
type: structure
|
||||||
prepend: true
|
prepend: true
|
||||||
sortable: true
|
sortable: true
|
||||||
required: true
|
required: true
|
||||||
fields:
|
fields:
|
||||||
url:
|
url:
|
||||||
label:
|
label:
|
||||||
en: URL
|
en: URL
|
||||||
fr: URL
|
fr: URL
|
||||||
type: url
|
type: url
|
||||||
width: 2/4
|
width: 2/4
|
||||||
external_link:
|
external_link:
|
||||||
label:
|
label:
|
||||||
en: External link
|
en: External link
|
||||||
fr: Lien externe
|
fr: Lien externe
|
||||||
type: toggle
|
type: toggle
|
||||||
text:
|
text:
|
||||||
-
|
-
|
||||||
en: 'No'
|
en: 'No'
|
||||||
fr: Non
|
fr: Non
|
||||||
-
|
-
|
||||||
en: 'Yes'
|
en: 'Yes'
|
||||||
fr: Oui
|
fr: Oui
|
||||||
width: 1/4
|
width: 1/4
|
||||||
background_color:
|
background_color:
|
||||||
when:
|
when:
|
||||||
external_link: false
|
external_link: false
|
||||||
label:
|
label:
|
||||||
en: Background color
|
en: Background color
|
||||||
fr: Couleur de fond
|
fr: Couleur de fond
|
||||||
type: select
|
type: select
|
||||||
options:
|
options:
|
||||||
feldgrau: Feldgrau
|
feldgrau: Feldgrau
|
||||||
white:
|
white:
|
||||||
en: White
|
en: White
|
||||||
fr: Blanc
|
fr: Blanc
|
||||||
default: feldgrau
|
default: feldgrau
|
||||||
width: 1/4
|
width: 1/4
|
||||||
columns:
|
columns:
|
||||||
url:
|
url:
|
||||||
width: 2/4
|
width: 2/4
|
||||||
external_link:
|
external_link:
|
||||||
width: 1/4
|
width: 1/4
|
||||||
background_color:
|
background_color:
|
||||||
width: 1/4
|
width: 1/4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,44 +1,44 @@
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
meta_description:
|
meta_description:
|
||||||
label:
|
label:
|
||||||
en: Meta description
|
en: Meta description
|
||||||
fr: Méta description
|
fr: Méta description
|
||||||
type: textarea
|
type: textarea
|
||||||
size: small
|
size: small
|
||||||
buttons: false
|
buttons: false
|
||||||
# required: true
|
# required: true
|
||||||
help:
|
help:
|
||||||
en: "Short description of the page displayed by search engines and social networks (recommended maximum length: 160 characters)."
|
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)."
|
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
|
width: 3/4
|
||||||
gap:
|
gap:
|
||||||
type: gap
|
type: gap
|
||||||
width: 1/4
|
width: 1/4
|
||||||
meta_image:
|
meta_image:
|
||||||
label:
|
label:
|
||||||
en: Meta image
|
en: Meta image
|
||||||
fr: Méta image
|
fr: Méta image
|
||||||
type: image-clip
|
type: image-clip
|
||||||
query: page.images
|
query: page.images
|
||||||
layout: cards
|
layout: cards
|
||||||
image:
|
image:
|
||||||
cover: true
|
cover: true
|
||||||
back: white
|
back: white
|
||||||
multiple: false
|
multiple: false
|
||||||
# required: true
|
# required: true
|
||||||
clip:
|
clip:
|
||||||
minwidth: 1200
|
minwidth: 1200
|
||||||
minheight: 675
|
minheight: 675
|
||||||
ratio: fixed
|
ratio: fixed
|
||||||
help:
|
help:
|
||||||
en: "Image displayed by social networks (format: JPEG or PNG)."
|
en: "Image displayed by social networks (format: JPEG or PNG)."
|
||||||
fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG)."
|
fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG)."
|
||||||
width: 1/4
|
width: 1/4
|
||||||
# Hidden fields
|
# Hidden fields
|
||||||
og_type:
|
og_type:
|
||||||
type: hidden
|
type: hidden
|
||||||
default: website
|
default: website
|
||||||
twitter_card_type:
|
twitter_card_type:
|
||||||
type: hidden
|
type: hidden
|
||||||
default: summary_large_image
|
default: summary_large_image
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
headline:
|
headline:
|
||||||
en: Artworks
|
en: Artworks
|
||||||
fr: Œuvres
|
fr: Œuvres
|
||||||
type: files
|
type: files
|
||||||
template: full_screen_image
|
template: full_screen_image
|
||||||
min: 2
|
min: 2
|
||||||
|
@ -8,5 +8,5 @@ layout: cards
|
||||||
size: small
|
size: small
|
||||||
limit: 60
|
limit: 60
|
||||||
image:
|
image:
|
||||||
ratio: 1/1
|
ratio: 1/1
|
||||||
back: white
|
back: white
|
||||||
|
|
|
@ -1,43 +1,43 @@
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
meta_description:
|
meta_description:
|
||||||
label:
|
label:
|
||||||
en: Meta description
|
en: Meta description
|
||||||
fr: Méta description
|
fr: Méta description
|
||||||
type: textarea
|
type: textarea
|
||||||
size: small
|
size: small
|
||||||
buttons: false
|
buttons: false
|
||||||
help:
|
help:
|
||||||
en: "Short description of the page displayed by search engines and social networks (recommended maximum length: 160 characters). Home page meta description is used if this field is empty."
|
en: "Short description of the page displayed by search engines and social networks (recommended maximum length: 160 characters). Home page meta description is used if this field is empty."
|
||||||
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). La méta description de la page d'accueil est utilisée si ce champ est vide."
|
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). La méta description de la page d'accueil est utilisée si ce champ est vide."
|
||||||
width: 3/4
|
width: 3/4
|
||||||
gap:
|
gap:
|
||||||
type: gap
|
type: gap
|
||||||
width: 1/4
|
width: 1/4
|
||||||
meta_image:
|
meta_image:
|
||||||
label:
|
label:
|
||||||
en: Meta image
|
en: Meta image
|
||||||
fr: Méta image
|
fr: Méta image
|
||||||
type: image-clip
|
type: image-clip
|
||||||
query: page.images
|
query: page.images
|
||||||
uploads: image
|
uploads: image
|
||||||
layout: cards
|
layout: cards
|
||||||
image:
|
image:
|
||||||
cover: true
|
cover: true
|
||||||
back: white
|
back: white
|
||||||
multiple: false
|
multiple: false
|
||||||
clip:
|
clip:
|
||||||
minwidth: 1200
|
minwidth: 1200
|
||||||
minheight: 675
|
minheight: 675
|
||||||
ratio: fixed
|
ratio: fixed
|
||||||
help:
|
help:
|
||||||
en: "Image displayed by social networks (format: JPEG or PNG). Home page meta image is used if this field is empty."
|
en: "Image displayed by social networks (format: JPEG or PNG). Home page meta image is used if this field is empty."
|
||||||
fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG). La méta image de la page d'accueil est utilisée si ce champ est vide."
|
fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG). La méta image de la page d'accueil est utilisée si ce champ est vide."
|
||||||
width: 1/4
|
width: 1/4
|
||||||
# Hidden fields
|
# Hidden fields
|
||||||
og_type:
|
og_type:
|
||||||
type: hidden
|
type: hidden
|
||||||
default: article
|
default: article
|
||||||
twitter_card_type:
|
twitter_card_type:
|
||||||
type: hidden
|
type: hidden
|
||||||
default: summary_large_image
|
default: summary_large_image
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
headline:
|
headline:
|
||||||
en: Pages
|
en: Pages
|
||||||
fr: Pages
|
fr: Pages
|
||||||
type: pages
|
type: pages
|
||||||
templates:
|
templates:
|
||||||
- exhibitions
|
- exhibitions
|
||||||
- gallery
|
- gallery
|
||||||
sortBy: title desc
|
sortBy: title desc
|
||||||
create: false
|
create: false
|
||||||
layout: cards
|
layout: cards
|
||||||
size: small
|
size: small
|
||||||
image:
|
image:
|
||||||
ratio: 1/1
|
ratio: 1/1
|
||||||
cover: true
|
cover: true
|
||||||
query: page.images.template('full_screen_image').first
|
query: page.images.template('full_screen_image').first
|
||||||
back: white
|
back: white
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
title:
|
title:
|
||||||
en: Website
|
en: Website
|
||||||
fr: Site web
|
fr: Site web
|
||||||
tabs:
|
tabs:
|
||||||
content: tabs/site_content
|
content: tabs/site_content
|
||||||
analytics: tabs/site_analytics
|
analytics: tabs/site_analytics
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
label:
|
label:
|
||||||
en: Content
|
en: Content
|
||||||
fr: Contenu
|
fr: Contenu
|
||||||
icon: text
|
icon: text
|
||||||
sections:
|
sections:
|
||||||
exhibitions: sections/exhibitions_content_exhibitions
|
exhibitions: sections/exhibitions_content_exhibitions
|
||||||
contact: sections/exhibitions_content_contact
|
contact: sections/exhibitions_content_contact
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
label:
|
label:
|
||||||
en: SEO
|
en: SEO
|
||||||
fr: Référencement
|
fr: Référencement
|
||||||
icon: search
|
icon: search
|
||||||
sections:
|
sections:
|
||||||
seo_basic_meta: sections/exhibitions_seo_metadata
|
seo_basic_meta: sections/exhibitions_seo_metadata
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
label:
|
label:
|
||||||
en: Content
|
en: Content
|
||||||
fr: Contenu
|
fr: Contenu
|
||||||
icon: text
|
icon: text
|
||||||
sections:
|
sections:
|
||||||
artworks: sections/gallery_content_images
|
artworks: sections/gallery_content_images
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
label:
|
label:
|
||||||
en: SEO
|
en: SEO
|
||||||
fr: Référencement
|
fr: Référencement
|
||||||
icon: search
|
icon: search
|
||||||
sections:
|
sections:
|
||||||
seo_basic_meta: sections/generic_seo_metadata
|
seo_basic_meta: sections/generic_seo_metadata
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
label:
|
label:
|
||||||
en: Analytics
|
en: Analytics
|
||||||
fr: Audience
|
fr: Audience
|
||||||
icon: chart
|
icon: chart
|
||||||
columns:
|
columns:
|
||||||
- width: 1/4
|
- width: 1/4
|
||||||
sticky: true
|
sticky: true
|
||||||
sections:
|
sections:
|
||||||
sidebar:
|
sidebar:
|
||||||
type: matomo-sidebar
|
type: matomo-sidebar
|
||||||
link: false
|
link: false
|
||||||
- width: 3/4
|
- width: 3/4
|
||||||
sections:
|
sections:
|
||||||
main:
|
main:
|
||||||
type: matomo-main
|
type: matomo-main
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
label:
|
label:
|
||||||
en: Website
|
en: Website
|
||||||
fr: Site web
|
fr: Site web
|
||||||
icon: home
|
icon: home
|
||||||
sections:
|
sections:
|
||||||
pages: sections/site_content_pages
|
pages: sections/site_content_pages
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
title:
|
title:
|
||||||
en: Administrator
|
en: Administrator
|
||||||
fr: Administrateur·ice
|
fr: Administrateur·ice
|
||||||
description:
|
description:
|
||||||
en: The Administrator has all rights
|
en: The Administrator has all rights
|
||||||
fr: L'Administrateur·ice dispose de tous les droits
|
fr: L'Administrateur·ice dispose de tous les droits
|
||||||
sections:
|
sections:
|
||||||
info:
|
info:
|
||||||
headline:
|
headline:
|
||||||
en: Website
|
en: Website
|
||||||
fr: Site internet
|
fr: Site internet
|
||||||
theme: none
|
theme: none
|
||||||
width: 1/2
|
width: 1/2
|
||||||
text: |
|
text: |
|
||||||
(link: https://paulnicoue.com text: paulnicoue.com target: _blank)
|
(link: https://paulnicoue.com text: paulnicoue.com target: _blank)
|
||||||
|
|
||||||
|
|
|
@ -1,29 +1,28 @@
|
||||||
title:
|
title:
|
||||||
en: Editor
|
en: Editor
|
||||||
fr: Éditeur·ice
|
fr: Éditeur·ice
|
||||||
description:
|
description:
|
||||||
en: The Editor can create and edit pages
|
en: The Editor can create and edit pages
|
||||||
fr: L'éditeur·ice peut créer et modifier des pages
|
fr: L'éditeur·ice peut créer et modifier des pages
|
||||||
permissions:
|
permissions:
|
||||||
access:
|
access:
|
||||||
settings: false
|
settings: false
|
||||||
languages:
|
languages:
|
||||||
create: false
|
create: false
|
||||||
delete: false
|
delete: false
|
||||||
site:
|
site:
|
||||||
changeTitle: false
|
changeTitle: false
|
||||||
user:
|
user:
|
||||||
changeRole: false
|
changeRole: false
|
||||||
delete: false
|
delete: false
|
||||||
users:
|
users:
|
||||||
changeEmail: false
|
changeEmail: false
|
||||||
changeLanguage: false
|
changeLanguage: false
|
||||||
changeName: false
|
changeName: false
|
||||||
changePassword: false
|
changePassword: false
|
||||||
changeRole: false
|
changeRole: false
|
||||||
create: false
|
create: false
|
||||||
delete: false
|
delete: false
|
||||||
update: false
|
update: false
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
info: false
|
info: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue