update client user blueprint: replace fields by stats section
This commit is contained in:
parent
e6bcee8dde
commit
d7ad5adef9
1 changed files with 21 additions and 21 deletions
|
|
@ -21,24 +21,24 @@ options:
|
||||||
update:
|
update:
|
||||||
client: false
|
client: false
|
||||||
|
|
||||||
fields:
|
sections:
|
||||||
websiteLink:
|
stats:
|
||||||
label: false
|
label: ' '
|
||||||
type: info
|
type: stats
|
||||||
text: |
|
size: huge
|
||||||
**[Ouvrir le site.](https://designtopack.morphozbygroupepochet.com/)**
|
reports:
|
||||||
client:
|
- label:
|
||||||
type: pages
|
fr: Ouvrir la plateforme
|
||||||
multiple: false
|
en: Open platform
|
||||||
query: site.find("clients").childrenAndDrafts
|
value: Design to Pack
|
||||||
subpages: false
|
link: https://designtopack.morphozbygroupepochet.com/
|
||||||
image:
|
icon: open
|
||||||
query: page.logo.toFile
|
- label: Client
|
||||||
layout: cardlets
|
value: "{{ user.client.toPage.title }}"
|
||||||
required: true
|
icon: user
|
||||||
width: 1/3
|
- label:
|
||||||
projects:
|
fr: Projet(s) en cours
|
||||||
label: Projets
|
en: Current project(s)
|
||||||
type: pages
|
link: https://designtopack.morphozbygroupepochet.com/
|
||||||
query: page('projects').children
|
value: "{{ user.projects.toPages.count }}"
|
||||||
width: 2/3
|
icon: folder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue