|
@@ -4,8 +4,10 @@ status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- field.field.group.bourgeon.field_description
|
|
|
+ - field.field.group.bourgeon.field_structure
|
|
|
- group.type.bourgeon
|
|
|
module:
|
|
|
+ - autocomplete_deluxe
|
|
|
- field_group
|
|
|
- text
|
|
|
third_party_settings:
|
|
@@ -33,7 +35,7 @@ mode: default
|
|
|
content:
|
|
|
field_description:
|
|
|
type: text_textarea_with_summary
|
|
|
- weight: 1
|
|
|
+ weight: 2
|
|
|
region: content
|
|
|
settings:
|
|
|
rows: 9
|
|
@@ -41,6 +43,23 @@ content:
|
|
|
placeholder: ''
|
|
|
show_summary: false
|
|
|
third_party_settings: { }
|
|
|
+ field_structure:
|
|
|
+ type: autocomplete_deluxe
|
|
|
+ weight: 1
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ match_operator: CONTAINS
|
|
|
+ autocomplete_route_name: autocomplete_deluxe.autocomplete
|
|
|
+ size: 60
|
|
|
+ selection_handler: default
|
|
|
+ limit: 10
|
|
|
+ min_length: 0
|
|
|
+ delimiter: ''
|
|
|
+ not_found_message_allow: true
|
|
|
+ not_found_message: 'The term ''@term'' will be added'
|
|
|
+ new_terms: true
|
|
|
+ no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
|
|
+ third_party_settings: { }
|
|
|
label:
|
|
|
type: string_textfield
|
|
|
weight: 0
|