blob: afc3421244d302f6cbab5f9d1687841f773a5639 (
plain)
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
|
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_country_
- node.type.testimonials
- taxonomy.vocabulary.continent
enforced:
module:
- testimonials
id: node.testimonials.field_country_
field_name: field_country_
entity_type: node
bundle: testimonials
label: 'country '
description: 'Country from where the student originates from '
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
continent: continent
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
|