update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
12
site/blueprints/blocks/collapsable-section.yml
Normal file
12
site/blueprints/blocks/collapsable-section.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
title: Section dépliable
|
||||
icon: angle-down
|
||||
fields:
|
||||
title:
|
||||
type: text
|
||||
blocks:
|
||||
label: Contenu
|
||||
type: blocks
|
||||
fieldsets:
|
||||
- text
|
||||
- image
|
||||
- quote
|
||||
18
site/blueprints/blocks/text.yml
Normal file
18
site/blueprints/blocks/text.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: field.blocks.text.name
|
||||
icon: text
|
||||
wysiwyg: true
|
||||
preview: text
|
||||
fields:
|
||||
text:
|
||||
type: writer
|
||||
# nodes: true
|
||||
marks:
|
||||
- callout
|
||||
- link
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
placeholder: field.blocks.text.placeholder
|
||||
17
site/blueprints/blocks/tmp-text.yml
Normal file
17
site/blueprints/blocks/tmp-text.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: field.blocks.text.name
|
||||
icon: text
|
||||
wysiwyg: true
|
||||
preview: text
|
||||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
nodes: false
|
||||
placeholder: field.blocks.text.placeholder
|
||||
buttons:
|
||||
- note
|
||||
- headlines
|
||||
- bold
|
||||
- italic
|
||||
- link
|
||||
- email
|
||||
- ul
|
||||
16
site/blueprints/fields/body.yml
Normal file
16
site/blueprints/fields/body.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
label: Texte
|
||||
type: layout
|
||||
layouts:
|
||||
- "1/1"
|
||||
- "1/2, 1/2"
|
||||
- "1/3, 2/3"
|
||||
- "2/3, 1/3"
|
||||
- "1/4, 3/4"
|
||||
- "3/4, 1/4"
|
||||
fieldsets:
|
||||
- text
|
||||
- image
|
||||
- quote
|
||||
- markdown
|
||||
- line
|
||||
- collapsable-section
|
||||
21
site/blueprints/pages/default.yml
Normal file
21
site/blueprints/pages/default.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
title: Default Page
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
size: huge
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
pages:
|
||||
type: pages
|
||||
template: default
|
||||
files:
|
||||
type: files
|
||||
|
||||
24
site/blueprints/pages/page.yml
Normal file
24
site/blueprints/pages/page.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
title: Page
|
||||
|
||||
tabs:
|
||||
content:
|
||||
label: Contenu
|
||||
columns:
|
||||
- width: 1/4
|
||||
sections:
|
||||
pages:
|
||||
type: pages
|
||||
template: subpage
|
||||
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
|
||||
sections:
|
||||
seoSection: sections/seo
|
||||
11
site/blueprints/pages/subpage.yml
Normal file
11
site/blueprints/pages/subpage.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
title: Sous-page
|
||||
columns:
|
||||
- width: 1/4
|
||||
sections:
|
||||
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
|
||||
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
|
||||
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