# Panel (contact_pick_solo)
Pick a single contact and assign it to a collection
# Screenshots
# Config
contact_pick_solo:
config:
# Required | Type: string | Default: null
# Collection name
collection: "suppliers"
# UI config
ui:
# Required | Type: string | Default: {syntax off}{$___contact->fullname} #{$___contact->id}
# Customer label to display in search results
label: "{syntax off}{$___contact->fullname} #{$___contact->id}"
# Optional | Type: string | Default: null
# Panel title
title: "Panel title"
# Optional | Type: string | Default: null
# Panel description
description: "Panel description"
# Optional | Type: array | Default: []
# Custom callbacks attached on customer selected
callbacks: []
# Optional | Type: string | Default: null
# Custom script attached on contract selected
#
### Note
### This option is not lattenized
script: "NULL"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33