improve projects section blueprint columns display: replace ✔ by a disabled checked checkbox if isDTLEnabled

This commit is contained in:
Timothée Goguely 2025-02-05 10:59:20 +01:00
parent c703bbdf73
commit 77a0a42606

View file

@ -10,9 +10,10 @@ columns:
label: Étape en cours label: Étape en cours
value: "{{ page.getStepLabel }}" value: "{{ page.getStepLabel }}"
isDTLEnabled: isDTLEnabled:
label: Design to light label: Design to Light
value: "{{ page.isDTLEnabled.value ? '✔' : '' }}" value: "<input type='checkbox' disabled {{ page.isDTLEnabled.value ? 'checked' : '' }}>"
type: text type: html
width: 1/6
empty: Pas encore de projet empty: Pas encore de projet
image: false image: false
search: true search: true