1234567891011121314151617181920212223242526272829 |
- uuid: 44db19ef-9bc0-4a03-8ffa-5596582e2269
- langcode: en
- status: true
- 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
- bundle: book
- label: 'Parent Book'
- description: ''
- required: false
- translatable: true
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:taxonomy_term'
- handler_settings:
- target_bundles:
- book: book
- sort:
- field: name
- direction: asc
- auto_create: false
- auto_create_bundle: ''
- field_type: entity_reference
|