initial commit
This commit is contained in:
commit
9439de0603
600 changed files with 124248 additions and 0 deletions
0
site/blueprints/files/default.yml
Normal file
0
site/blueprints/files/default.yml
Normal file
9
site/blueprints/pages/agency.yml
Normal file
9
site/blueprints/pages/agency.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
title: Agence
|
||||
icon: home
|
||||
|
||||
sections:
|
||||
intro:
|
||||
type: fields
|
||||
fields:
|
||||
presentation:
|
||||
type: textarea
|
||||
8
site/blueprints/pages/default.yml
Normal file
8
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
site/blueprints/pages/home.yml
Normal file
9
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
site/blueprints/pages/project.yml
Normal file
156
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
|
||||
76
site/blueprints/site.yml
Normal file
76
site/blueprints/site.yml
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
title: Site
|
||||
|
||||
tabs:
|
||||
projects:
|
||||
label: Projets
|
||||
icon: layers
|
||||
columns:
|
||||
left:
|
||||
width: 1/4
|
||||
sections:
|
||||
displaySection:
|
||||
type: fields
|
||||
fields:
|
||||
orderProjects:
|
||||
label: Mode d'affichage
|
||||
type: toggle
|
||||
text: ['Aléatoire', 'Ordonné']
|
||||
help: En mode "Ordonné", les images de la page d'accueil respectent l'ordre ci-contre et celui des images des pages projets (image principale puis ordre de la galerie).
|
||||
right:
|
||||
width: 3/4
|
||||
sections:
|
||||
projectsSection:
|
||||
headline: Projets
|
||||
type: pages
|
||||
label: Projets
|
||||
layout: cards
|
||||
image:
|
||||
back: white
|
||||
template:
|
||||
- project
|
||||
|
||||
agency:
|
||||
label: Agence
|
||||
icon: home
|
||||
sections:
|
||||
agencySection:
|
||||
headline: Agence
|
||||
type: fields
|
||||
fields:
|
||||
presentation:
|
||||
type: textarea
|
||||
autofocus: true
|
||||
|
||||
site:
|
||||
icon: cog
|
||||
columns:
|
||||
- width: 1/2
|
||||
sections:
|
||||
logoSection:
|
||||
headline: Logo
|
||||
type: fields
|
||||
fields:
|
||||
logoImg:
|
||||
label: Logo
|
||||
type: files
|
||||
max: 1
|
||||
layout: cards
|
||||
size: medium
|
||||
help: Utilisée pour les partages sur les réseaux sociaux.
|
||||
- width: 1/2
|
||||
sections:
|
||||
seoSection:
|
||||
headline: SEO
|
||||
type: fields
|
||||
fields:
|
||||
favicon:
|
||||
type: files
|
||||
max: 1
|
||||
layout: cards
|
||||
size: small
|
||||
help: Affichée dans au niveau de l'onglet du navigateur.
|
||||
description:
|
||||
type: textarea
|
||||
help: Texte utilisé par les moteurs de recherche. 160 caractères max.
|
||||
maxlength: 200
|
||||
autofocus: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue