Add blueprints: pages/client, pages/clients, pages/projects, pages/project, sections/projects, files/image, files/pdf, users/admin, users/client, users/project-manager
This commit is contained in:
parent
a7a2143385
commit
d49daf9c97
11 changed files with 202 additions and 0 deletions
45
public/site/blueprints/pages/client.yml
Normal file
45
public/site/blueprints/pages/client.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
title: Client
|
||||
|
||||
tabs:
|
||||
projects:
|
||||
label: Projets
|
||||
icon: folder
|
||||
columns:
|
||||
- width: 1/2
|
||||
sections:
|
||||
projectsListed:
|
||||
extends: sections/projects
|
||||
headline: Projets en cours
|
||||
query: page.projectsListed
|
||||
status: unlisted
|
||||
columns:
|
||||
title: true
|
||||
client: false
|
||||
- width: 1/2
|
||||
sections:
|
||||
projectsUnlisted:
|
||||
extends: sections/projects
|
||||
headline: Projets archivés
|
||||
query: page.projectsUnlisted
|
||||
status: unlisted
|
||||
columns:
|
||||
title: true
|
||||
client: false
|
||||
|
||||
brand:
|
||||
label: Brand
|
||||
icon: palette
|
||||
fields:
|
||||
logo:
|
||||
type: files
|
||||
multiple: false
|
||||
layout: cards
|
||||
image:
|
||||
ratio: 1/1
|
||||
back: white
|
||||
width: 1/6
|
||||
color:
|
||||
label: Couleur
|
||||
type: color
|
||||
width: 2/6
|
||||
files: tabs/files
|
||||
Loading…
Add table
Add a link
Reference in a new issue