This commit is contained in:
parent
e36eae0b6f
commit
c34384adab
12 changed files with 319 additions and 12 deletions
27
site/blueprints/pages/lab.yml
Normal file
27
site/blueprints/pages/lab.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
title: Laboratoire
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
icon: page
|
||||
columns:
|
||||
- width: 1/3
|
||||
fields:
|
||||
chapo:
|
||||
label: Introduction
|
||||
type: writer
|
||||
nodes: false
|
||||
buttons: false
|
||||
- width: 2/3
|
||||
sections:
|
||||
projectsSection:
|
||||
type: pages
|
||||
label: Liste des projets
|
||||
template: project
|
||||
create: project
|
||||
layout: list
|
||||
text: "{{ page.title }}"
|
||||
info: "{{ page.category }} — {{ page.created.toDate('d/m/Y') }}"
|
||||
sortBy: created desc
|
||||
|
||||
seo: seo/page
|
||||
Loading…
Add table
Add a link
Reference in a new issue