Add portfolio field to contact blueprints and edit contact icons
This commit is contained in:
parent
4177b0c140
commit
5a83346350
6 changed files with 61 additions and 19 deletions
3
site/blueprints/files/pdf.yml
Normal file
3
site/blueprints/files/pdf.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
title: Image
|
||||
accept:
|
||||
mime: application/pdf
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue