From 77a0a426061db45ea6954f8cbeec1406d7d14d73 Mon Sep 17 00:00:00 2001 From: timotheegoguely Date: Wed, 5 Feb 2025 10:59:20 +0100 Subject: [PATCH] =?UTF-8?q?improve=20projects=20section=20blueprint=20colu?= =?UTF-8?q?mns=20display:=20replace=20=E2=9C=94=20by=20a=20disabled=20chec?= =?UTF-8?q?ked=20checkbox=20if=20isDTLEnabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/site/blueprints/sections/projects.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/site/blueprints/sections/projects.yml b/public/site/blueprints/sections/projects.yml index acf39f8..81120ee 100644 --- a/public/site/blueprints/sections/projects.yml +++ b/public/site/blueprints/sections/projects.yml @@ -10,9 +10,10 @@ columns: label: Étape en cours value: "{{ page.getStepLabel }}" isDTLEnabled: - label: Design to light - value: "{{ page.isDTLEnabled.value ? '✔' : '' }}" - type: text + label: Design to Light + value: "" + type: html + width: 1/6 empty: Pas encore de projet image: false search: true