added tags to assisted research
This commit is contained in:
parent
30f8040835
commit
5c6ce9396f
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.taxonomy_term.field_terms
|
- field.storage.taxonomy_term.field_terms
|
||||||
- taxonomy.vocabulary.assisted_research
|
- taxonomy.vocabulary.assisted_research
|
||||||
|
- taxonomy.vocabulary.tags
|
||||||
- taxonomy.vocabulary.thesaurus
|
- taxonomy.vocabulary.thesaurus
|
||||||
id: taxonomy_term.assisted_research.field_terms
|
id: taxonomy_term.assisted_research.field_terms
|
||||||
field_name: field_terms
|
field_name: field_terms
|
||||||
|
@ -20,10 +21,11 @@ settings:
|
||||||
handler: 'default:taxonomy_term'
|
handler: 'default:taxonomy_term'
|
||||||
handler_settings:
|
handler_settings:
|
||||||
target_bundles:
|
target_bundles:
|
||||||
|
tags: tags
|
||||||
thesaurus: thesaurus
|
thesaurus: thesaurus
|
||||||
sort:
|
sort:
|
||||||
field: name
|
field: name
|
||||||
direction: asc
|
direction: asc
|
||||||
auto_create: false
|
auto_create: false
|
||||||
auto_create_bundle: ''
|
auto_create_bundle: tags
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|
Loading…
Reference in New Issue