Skip to content

Commit 673323c

Browse files
authored
Merge pull request #158 from os2ulf/feature/OS2UOL-443--user-profile-adjustments
OS2UOL adjust user profile conditional logic
2 parents ea1dc34 + ea80985 commit 673323c

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

config/sync/core.entity_form_display.user.user.default.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ third_party_settings:
152152
group_user_information:
153153
children:
154154
- account
155+
- field_roles
155156
label: Brugeroplysninger
156157
region: content
157158
parent_name: ''
@@ -183,9 +184,9 @@ third_party_settings:
183184
group_contact_information:
184185
children:
185186
- field_phone
186-
- field_homepage
187187
- field_mail
188188
- field_cvr
189+
- field_homepage
189190
label: Kontaktoplysninger
190191
region: content
191192
parent_name: ''
@@ -215,7 +216,6 @@ third_party_settings:
215216
required_fields: true
216217
group_editor_settings:
217218
children:
218-
- field_roles
219219
- field_domain_access
220220
- field_domain_admin
221221
- field_domain_all_affiliates
@@ -307,6 +307,8 @@ content:
307307
value_form:
308308
-
309309
target_id: editor
310+
-
311+
target_id: webmaster
310312
effect: show
311313
effect_options: { }
312314
selector: ''
@@ -353,7 +355,7 @@ content:
353355
selector: ''
354356
field_cvr:
355357
type: string_textfield
356-
weight: 12
358+
weight: 11
357359
region: content
358360
settings:
359361
size: 60
@@ -405,6 +407,8 @@ content:
405407
value_form:
406408
-
407409
target_id: editor
410+
-
411+
target_id: webmaster
408412
effect: show
409413
effect_options: { }
410414
selector: ''
@@ -465,7 +469,7 @@ content:
465469
selector: ''
466470
field_homepage:
467471
type: link_default
468-
weight: 10
472+
weight: 12
469473
region: content
470474
settings:
471475
placeholder_url: ''
@@ -553,7 +557,7 @@ content:
553557
conditional_fields: { }
554558
field_mail:
555559
type: string_textfield
556-
weight: 11
560+
weight: 10
557561
region: content
558562
settings:
559563
size: 60
@@ -710,6 +714,8 @@ content:
710714
value_form:
711715
-
712716
target_id: editor
717+
-
718+
target_id: webmaster
713719
effect: show
714720
effect_options: { }
715721
selector: ''
@@ -739,7 +745,7 @@ content:
739745
third_party_settings: { }
740746
field_roles:
741747
type: options_buttons
742-
weight: 10
748+
weight: 22
743749
region: content
744750
settings: { }
745751
third_party_settings: { }
@@ -900,8 +906,12 @@ content:
900906
target_id: corporation
901907
-
902908
target_id: course_provider
909+
-
910+
target_id: institution
903911
-
904912
target_id: place_of_visit
913+
-
914+
target_id: school
905915
effect: show
906916
effect_options: { }
907917
selector: ''

0 commit comments

Comments
 (0)