update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
71
site/blueprints/site.yml
Normal file
71
site/blueprints/site.yml
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
title: Site
|
||||
|
||||
tabs:
|
||||
content:
|
||||
label: Contenu
|
||||
columns:
|
||||
- width: 1/4
|
||||
sections:
|
||||
backupButtonSection:
|
||||
type: fields
|
||||
fields:
|
||||
backupButton:
|
||||
type: backup-content-button
|
||||
help: Télécharge le contenu du site sous la forme d'une archive (.zip)
|
||||
pages:
|
||||
type: pages
|
||||
template: page
|
||||
image: false
|
||||
files:
|
||||
headline: Fichiers
|
||||
type: files
|
||||
help: Supprimez les fichiers inutilisés pour ne pas encombrer inutilement le serveur.
|
||||
- width: 3/4
|
||||
fields:
|
||||
body: fields/body
|
||||
seo:
|
||||
label: SEO
|
||||
fields:
|
||||
seoTitle:
|
||||
label: Titre SEO
|
||||
type: text
|
||||
icon: headline
|
||||
help: Permet de fournir aux moteurs de recherche un titre différent de celui affiché sur la page.
|
||||
width: 1/3
|
||||
description:
|
||||
type: textarea
|
||||
buttons: false
|
||||
maxlength: 155
|
||||
help: Utilisée par les moteurs de recherche. Sur mobile, les moteurs n'affichent que 120 caractères, 155 sur ordinateur.
|
||||
width: 2/3
|
||||
cover:
|
||||
label: Image de couverture
|
||||
type: files
|
||||
multiple: false
|
||||
width: 1/2
|
||||
help: Utilisée lorsque le site est partagé sur les réseaux sociaux. Taille recommandée = 1024 × 576px
|
||||
author:
|
||||
label: Auteur(s)·rice(s)
|
||||
type: text
|
||||
icon: user
|
||||
width: 1/2
|
||||
twitter:
|
||||
type: text
|
||||
icon: twitter
|
||||
width: 1/4
|
||||
before: @
|
||||
facebook:
|
||||
type: text
|
||||
icon: facebook
|
||||
width: 1/4
|
||||
before: @
|
||||
instagram:
|
||||
type: text
|
||||
icon: instagram
|
||||
width: 1/4
|
||||
before: @
|
||||
mastodon:
|
||||
type: text
|
||||
icon: mastodon
|
||||
width: 1/4
|
||||
before: @
|
||||
Loading…
Add table
Add a link
Reference in a new issue