Add portfolio field to contact blueprints and edit contact icons

This commit is contained in:
Paul Nicoué 2022-12-21 14:14:32 +01:00
parent 4177b0c140
commit 5a83346350
6 changed files with 61 additions and 19 deletions

View file

@ -0,0 +1,3 @@
title: Image
accept:
mime: application/pdf

View file

@ -10,7 +10,7 @@ fields:
icon: instagram
required: true
width: 1/2
contact_gap:
contact_gap_1:
type: gap
width: 1/2
email:
@ -20,3 +20,17 @@ fields:
type: email
required: true
width: 1/2
contact_gap_2:
type: gap
width: 1/2
portfolio:
label: Portfolio
type: files
multiple: false
query: site.documents
uploads: pdf
help:
en: "File available for dowload (format: PDF)."
fr: "Fichier proposé en téléchargement (format : PDF)."
width: 1/2