express-8.x-1.x-dev/demo_express/config/install/field.field.node.article.field_tags.yml
demo_express/config/install/field.field.node.article.field_tags.yml
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 | uuid: 54af0453-cf3b-4545-b258-41de91aa3963 langcode: en status: true dependencies: config: - field.storage.node.field_tags - node.type.article - taxonomy.vocabulary.tags _core: default_config_hash: QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw id: node.article.field_tags field_name: field_tags entity_type: node bundle: article label: Tags description: 'Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio"' required: false translatable: true default_value: { } default_value_callback: '' settings: handler: 'default:taxonomy_term' handler_settings: target_bundles: tags: tags sort: field: _none auto_create: true field_type: entity_reference |