page-cover with caption
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
c34384adab
commit
6cd89d11fb
17 changed files with 355 additions and 23 deletions
27
site/blueprints/pages/resources.yml
Normal file
27
site/blueprints/pages/resources.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
title: Ressources
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
icon: page
|
||||
columns:
|
||||
- width: 1/3
|
||||
fields:
|
||||
chapo:
|
||||
label: Introduction
|
||||
type: writer
|
||||
nodes: false
|
||||
buttons: false
|
||||
- width: 2/3
|
||||
sections:
|
||||
resourcesSection:
|
||||
type: pages
|
||||
label: Liste des ressources
|
||||
template: resource
|
||||
create: resource
|
||||
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