Add landing page
This commit is contained in:
parent
9439de0603
commit
aaf1aa7890
603 changed files with 637 additions and 1 deletions
9
private/site/blueprints/pages/agency.yml
Normal file
9
private/site/blueprints/pages/agency.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
title: Agence
|
||||
icon: home
|
||||
|
||||
sections:
|
||||
intro:
|
||||
type: fields
|
||||
fields:
|
||||
presentation:
|
||||
type: textarea
|
||||
8
private/site/blueprints/pages/default.yml
Normal file
8
private/site/blueprints/pages/default.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
title: Default Page
|
||||
preset: page
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
size: large
|
||||
|
||||
9
private/site/blueprints/pages/home.yml
Normal file
9
private/site/blueprints/pages/home.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
title: Accueil
|
||||
icon: layers
|
||||
|
||||
sections:
|
||||
projets:
|
||||
label: Projets
|
||||
type: pages
|
||||
layout: cards
|
||||
create: project
|
||||
156
private/site/blueprints/pages/project.yml
Normal file
156
private/site/blueprints/pages/project.yml
Normal file
|
|
@ -0,0 +1,156 @@
|
|||
title: Projet
|
||||
|
||||
tabs:
|
||||
main:
|
||||
label: Présentation
|
||||
icon: page
|
||||
columns:
|
||||
cover:
|
||||
width: 1/2
|
||||
sections:
|
||||
project:
|
||||
label: Projet
|
||||
type: fields
|
||||
fields:
|
||||
coverImage:
|
||||
label: Image principale*
|
||||
type: files
|
||||
layout: cards
|
||||
max: 1
|
||||
help: *Utilisée en vue liste.
|
||||
size: medium
|
||||
covercaption:
|
||||
label: Légende de l'image principale
|
||||
type: text
|
||||
width: 1/2
|
||||
major:
|
||||
label: Projet principal* ?
|
||||
help: *Affiché sur la page agence.
|
||||
type: toggle
|
||||
default: false
|
||||
width: 1/2
|
||||
text:
|
||||
- non
|
||||
- oui
|
||||
content:
|
||||
width: 1/2
|
||||
sections:
|
||||
projectcontent:
|
||||
label: Projet
|
||||
type: fields
|
||||
fields:
|
||||
intro:
|
||||
label: Présentation
|
||||
type: textarea
|
||||
help: Texte également utilisé par les moteurs de recherche. Veillez à présenter d'emblée les éléments principaux du projet.
|
||||
counter: true
|
||||
|
||||
recap:
|
||||
label: Fiche technique
|
||||
icon: book
|
||||
sections:
|
||||
infos:
|
||||
label: Informations
|
||||
type: fields
|
||||
fields:
|
||||
ref:
|
||||
label: Référence
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: ARX
|
||||
place:
|
||||
label: Emplacement
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Paris, France
|
||||
start:
|
||||
label: Date de début
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: 2018
|
||||
end:
|
||||
label: Date de fin
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: 2020
|
||||
architects:
|
||||
label: Maîtrise d'œuvre
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Data mandataire
|
||||
be:
|
||||
label: Bureaux d'étude
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Elioth
|
||||
pgm:
|
||||
label: Type de programme
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Logements
|
||||
credits:
|
||||
label: Crédits visuels
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Auteur.e.s des visuels
|
||||
mo:
|
||||
label: Maîtrise d'ouvrage
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Semapa
|
||||
size:
|
||||
label: Surface
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: 35 000 m2
|
||||
budget:
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: 45M €
|
||||
state:
|
||||
label: Statut
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: Livré
|
||||
gallery:
|
||||
label: Galerie
|
||||
icon: file-image
|
||||
sections:
|
||||
pictures:
|
||||
label: Images
|
||||
type: fields
|
||||
fields:
|
||||
blocks:
|
||||
label: Galerie
|
||||
type: structure
|
||||
columns:
|
||||
pic:
|
||||
width: 1/4
|
||||
caption:
|
||||
width: 1/4
|
||||
home:
|
||||
width: 1/5
|
||||
project:
|
||||
width: 1/5
|
||||
fields:
|
||||
pic:
|
||||
label: Image
|
||||
type: files
|
||||
max: 1
|
||||
layout: cards
|
||||
size: medium
|
||||
width: 1/4
|
||||
caption:
|
||||
label: Légende
|
||||
type: textarea
|
||||
buttons: false
|
||||
width: 1/4
|
||||
home:
|
||||
label: Afficher sur l'accueil
|
||||
type: toggle
|
||||
default: true
|
||||
width: 1/4
|
||||
project:
|
||||
label: Afficher sur la page projet
|
||||
type: toggle
|
||||
width: 1/4
|
||||
Loading…
Add table
Add a link
Reference in a new issue