update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
26
site/blueprints/sections/seo.yml
Normal file
26
site/blueprints/sections/seo.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
type: fields
|
||||
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/2
|
||||
description:
|
||||
label: Meta description
|
||||
type: text
|
||||
icon: text
|
||||
maxlength: 155
|
||||
help: Utilisée par les moteurs de recherche. Sur mobile, les moteurs n'affichent que 120 caractères, 155 sur ordinateur.
|
||||
width: 1/2
|
||||
author:
|
||||
label: Auteur(s)·rice(s)
|
||||
type: text
|
||||
icon: user
|
||||
width: 1/2
|
||||
published:
|
||||
label: Date de publication
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
default: today
|
||||
width: 1/2
|
||||
Loading…
Add table
Add a link
Reference in a new issue