Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / config / install / field.field.node.article.field_tags.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.storage.node.field_tags
6     - node.type.article
7     - taxonomy.vocabulary.tags
8 id: node.article.field_tags
9 field_name: field_tags
10 entity_type: node
11 bundle: article
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: _none
25     auto_create: true
26 field_type: entity_reference