Start PhysicalSample
This commit is contained in:
parent
30876abff3
commit
3f57b195bc
9 changed files with 63 additions and 9 deletions
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
|
|
@ -0,0 +1,5 @@
|
|||
Uuid: 6vTPqTeP4VX0i1dY
|
||||
|
||||
----
|
||||
|
||||
Template: pdf-cover
|
||||
|
|
@ -10,6 +10,10 @@ Cover: - file://0XaNKWTOhgkS3CJj
|
|||
|
||||
----
|
||||
|
||||
Headline: Titre échantillon physique
|
||||
|
||||
----
|
||||
|
||||
Date: 2024-12-11
|
||||
|
||||
----
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Title: Projet test2
|
|||
|
||||
----
|
||||
|
||||
Currentstep: clientBrief
|
||||
Currentstep: physicalSample
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,11 @@ tabs:
|
|||
image:
|
||||
ratio: 6/1
|
||||
cover: true
|
||||
headline:
|
||||
label: Titre
|
||||
type: text
|
||||
required: true
|
||||
width: 3/12
|
||||
date:
|
||||
type: date
|
||||
display: DD/MM/YY
|
||||
|
|
@ -36,7 +41,7 @@ tabs:
|
|||
description:
|
||||
type: text
|
||||
required: true
|
||||
width: 10/12
|
||||
width: 7/12
|
||||
media:
|
||||
type: files
|
||||
layout: cards
|
||||
|
|
|
|||
|
|
@ -41,6 +41,8 @@ class ProjectPage extends Page {
|
|||
'modified' => $child->modified('Y-MM-dd'),
|
||||
'isValidated' => $child->isValidated() == 'true' ? true : false,
|
||||
'description' => $child->description()->isNotempty() ? $child->description()->value() : null,
|
||||
'title' => $child->headline()->isNotempty() ? $child->headline()->value() : null,
|
||||
'date' => $child->date()->isNotempty() ? $child->date()->value() : null,
|
||||
'cover' => $child->cover()->isNotempty() ? $child->cover()->toFile()->url() : null,
|
||||
'uri' => $uri,
|
||||
'files' => $files,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue