divers
This commit is contained in:
@@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- field.storage.node.field_parent_book
|
||||
- node.type.book
|
||||
- taxonomy.vocabulary.book
|
||||
id: node.book.field_parent_book
|
||||
field_name: field_parent_book
|
||||
entity_type: node
|
||||
@@ -17,5 +18,12 @@ default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings: { }
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
book: book
|
||||
sort:
|
||||
field: name
|
||||
direction: asc
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
||||
|
||||
Reference in New Issue
Block a user