@@ -20,7 +20,7 @@ dependencies:
2020 - field.field.user.user.os2loop_user_postal_code
2121 - field.field.user.user.os2loop_user_professions
2222 module :
23- - autocomplete_deluxe
23+ - chosen_field
2424 - field_group
2525 - inline_entity_form
2626 - user
@@ -123,21 +123,10 @@ content:
123123 placeholder : ' '
124124 third_party_settings : { }
125125 os2loop_user_areas_of_expertise :
126- type : autocomplete_deluxe
126+ type : chosen_select
127127 weight : 20
128128 region : content
129- settings :
130- match_operator : CONTAINS
131- autocomplete_route_name : autocomplete_deluxe.autocomplete
132- size : 60
133- selection_handler : default
134- min_length : 0
135- delimiter : ' '
136- not_found_message_allow : false
137- not_found_message : " The term '@term' will be added"
138- new_terms : false
139- no_empty_message : ' No terms could be found. Please type in order to add a new term.'
140- match_limit : ' 0'
129+ settings : { }
141130 third_party_settings : { }
142131 os2loop_user_biography :
143132 type : string_textarea
@@ -180,9 +169,14 @@ content:
180169 override_labels : false
181170 label_singular : ' '
182171 label_plural : ' '
172+ allow_new : true
173+ hide_fieldset : false
174+ hide_title : false
183175 collapsible : false
184176 collapsed : false
185177 revision : false
178+ config_labels_button : _none
179+ labels : { }
186180 third_party_settings : { }
187181 os2loop_user_job_title :
188182 type : string_textfield
@@ -217,21 +211,10 @@ content:
217211 placeholder : ' '
218212 third_party_settings : { }
219213 os2loop_user_professions :
220- type : autocomplete_deluxe
214+ type : chosen_select
221215 weight : 30
222216 region : content
223- settings :
224- match_operator : CONTAINS
225- autocomplete_route_name : autocomplete_deluxe.autocomplete
226- size : 60
227- selection_handler : default
228- min_length : 0
229- delimiter : ' '
230- not_found_message_allow : false
231- not_found_message : " The term '@term' will be added"
232- new_terms : false
233- no_empty_message : ' No terms could be found. Please type in order to add a new term.'
234- match_limit : ' 0'
217+ settings : { }
235218 third_party_settings : { }
236219hidden :
237220 langcode : true
0 commit comments