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
21
public/site/blueprints/pages/clients.yml
Normal file
21
public/site/blueprints/pages/clients.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
title: Clients
|
||||
|
||||
sections:
|
||||
pages:
|
||||
label: Tous les clients
|
||||
status: all
|
||||
templates: client
|
||||
layout: table
|
||||
columns:
|
||||
title:
|
||||
label: Nom
|
||||
projectsListed:
|
||||
label: En cours
|
||||
value: "{{ page.projectsListed.count }}"
|
||||
width: 1/12
|
||||
projectsUnlisted:
|
||||
label: Archivés
|
||||
value: "{{ page.projectsUnlisted.count }}"
|
||||
width: 1/12
|
||||
image:
|
||||
cover: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue