update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue