diff --git a/public/content/projects/3_projet-lcp2025/2_proposal/20241203-devis-givenchy-lcp-morphoz-vc-50-100-200ml.png b/public/content/projects/3_projet-lcp2025/2_proposal/20241203-devis-givenchy-lcp-morphoz-vc-50-100-200ml.png new file mode 100644 index 0000000..00ce0ed Binary files /dev/null and b/public/content/projects/3_projet-lcp2025/2_proposal/20241203-devis-givenchy-lcp-morphoz-vc-50-100-200ml.png differ diff --git a/public/content/projects/3_projet-lcp2025/2_proposal/20241203-devis-givenchy-lcp-morphoz-vc-50-100-200ml.png.txt b/public/content/projects/3_projet-lcp2025/2_proposal/20241203-devis-givenchy-lcp-morphoz-vc-50-100-200ml.png.txt new file mode 100644 index 0000000..69991f7 --- /dev/null +++ b/public/content/projects/3_projet-lcp2025/2_proposal/20241203-devis-givenchy-lcp-morphoz-vc-50-100-200ml.png.txt @@ -0,0 +1,5 @@ +Uuid: 6vTPqTeP4VX0i1dY + +---- + +Template: pdf-cover \ No newline at end of file diff --git a/public/content/projects/4_projet-test2/6_physical-sample/physical-sample.txt b/public/content/projects/4_projet-test2/6_physical-sample/physical-sample.txt index ebc1059..4948218 100644 --- a/public/content/projects/4_projet-test2/6_physical-sample/physical-sample.txt +++ b/public/content/projects/4_projet-test2/6_physical-sample/physical-sample.txt @@ -10,6 +10,10 @@ Cover: - file://0XaNKWTOhgkS3CJj ---- +Headline: Titre échantillon physique + +---- + Date: 2024-12-11 ---- diff --git a/public/content/projects/4_projet-test2/project.txt b/public/content/projects/4_projet-test2/project.txt index 496e466..63218df 100644 --- a/public/content/projects/4_projet-test2/project.txt +++ b/public/content/projects/4_projet-test2/project.txt @@ -2,7 +2,7 @@ Title: Projet test2 ---- -Currentstep: clientBrief +Currentstep: physicalSample ---- diff --git a/public/site/blueprints/pages/physical-sample.yml b/public/site/blueprints/pages/physical-sample.yml index 5c86e1e..a12eb42 100644 --- a/public/site/blueprints/pages/physical-sample.yml +++ b/public/site/blueprints/pages/physical-sample.yml @@ -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 diff --git a/public/site/models/project.php b/public/site/models/project.php index 3b39d11..ba82298 100644 --- a/public/site/models/project.php +++ b/public/site/models/project.php @@ -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, diff --git a/src/components/project/DialogWrapper.vue b/src/components/project/DialogWrapper.vue index 10d8db2..1591ff3 100644 --- a/src/components/project/DialogWrapper.vue +++ b/src/components/project/DialogWrapper.vue @@ -6,10 +6,8 @@ dialog.content.slug === 'industrial-ideation' " /> - - - + + + + + diff --git a/src/components/project/ProjectStep.vue b/src/components/project/ProjectStep.vue index 8e2fcc3..86f82e9 100644 --- a/src/components/project/ProjectStep.vue +++ b/src/components/project/ProjectStep.vue @@ -154,8 +154,16 @@ - - +