Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / config / install / field.field.node.recipe.field_tags.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.storage.node.field_tags
6     - node.type.recipe
7     - taxonomy.vocabulary.tags
8 id: node.recipe.field_tags
9 field_name: field_tags
10 entity_type: node
11 bundle: recipe
12 label: Tags
13 description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers'
14 required: false
15 translatable: true
16 default_value: {  }
17 default_value_callback: ''
18 settings:
19   handler: 'default:taxonomy_term'
20   handler_settings:
21     target_bundles:
22       tags: tags
23     sort:
24       field: name
25       direction: asc
26     auto_create: true
27 field_type: entity_reference