blob: 15e247225382f744148b94654135b007e5b55c0a (
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
|
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_club_department
- node.type.clubs
- node.type.department
enforced:
module:
- clubs
id: node.clubs.field_club_department
field_name: field_club_department
entity_type: node
bundle: clubs
label: 'Club Department'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:node'
handler_settings:
target_bundles:
department: department
sort:
field: _none
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
|