Skip to content

Commit

Permalink
feat: extend specialist profile columns
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 14, 2022
1 parent a411a35 commit 1fb5485
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions plugins/genuineq/profile/models/specialist/columns.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
columns:
slug:
label: slug
name:
label: 'genuineq.profile::lang.specialist.form-labels.user'
type: text
searchable: true
sortable: true
relation: user
select: name
school:
label: 'genuineq.profile::lang.specialist.form-labels.school'
type: text
searchable: true
sortable: true
relation: school
select: name
county:
label: 'genuineq.profile::lang.specialist.form-labels.county'
type: text
searchable: true
sortable: true
relation: county
select: name
city:
label: 'genuineq.profile::lang.specialist.form-labels.city'
type: text
searchable: true
sortable: true
relation: city
select: name
phone:
label: phone
label: 'genuineq.profile::lang.specialist.form-labels.phone'
type: text
searchable: true
sortable: true

0 comments on commit 1fb5485

Please sign in to comment.