blob: 06ff5f06b8a14d51ad83070d1f1f76420d478f4d (
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
|
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_degree
- node.type.p
- taxonomy.vocabulary.offered_programs
id: node.p.field_degree
field_name: field_degree
entity_type: node
bundle: p
label: Degree
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
offered_programs: offered_programs
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
|