Add about and events templates, blueprints, and files tab blueprint
This commit is contained in:
parent
46f170ee86
commit
5fd6e7b8ab
5 changed files with 29 additions and 0 deletions
6
site/blueprints/pages/about.yml
Normal file
6
site/blueprints/pages/about.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
title: À propos
|
||||
|
||||
tabs:
|
||||
content:
|
||||
label: contenu
|
||||
files: tabs/files
|
||||
6
site/blueprints/pages/events.yml
Normal file
6
site/blueprints/pages/events.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
title: Spectacles
|
||||
|
||||
tabs:
|
||||
content:
|
||||
label: contenu
|
||||
files: tabs/files
|
||||
17
site/blueprints/tabs/files.yml
Normal file
17
site/blueprints/tabs/files.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
label: Fichiers
|
||||
icon: attachment
|
||||
columns:
|
||||
- width: 1/4
|
||||
fields:
|
||||
manageFilesInfo:
|
||||
label: false
|
||||
type: info
|
||||
text: À droite, tous les fichiers que stocke la page. Supprimez les fichiers inutilisés pour éviter de surcharger inutilement le serveur.
|
||||
|
||||
- width: 3/4
|
||||
sections:
|
||||
filesSection:
|
||||
label: Fichiers
|
||||
type: files
|
||||
translate: false
|
||||
batch: true
|
||||
0
site/templates/about.php
Normal file
0
site/templates/about.php
Normal file
0
site/templates/events.php
Normal file
0
site/templates/events.php
Normal file
Loading…
Add table
Add a link
Reference in a new issue