mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 15:14:35 +00:00
Auto create terms if they do not exist
This commit is contained in:
parent
fc866785db
commit
11f9d2a90d
2 changed files with 6 additions and 0 deletions
|
@ -23,4 +23,7 @@ settings:
|
||||||
tags: tags
|
tags: tags
|
||||||
sort:
|
sort:
|
||||||
field: _none
|
field: _none
|
||||||
|
direction: asc
|
||||||
|
auto_create: true
|
||||||
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|
|
@ -23,4 +23,7 @@ settings:
|
||||||
session_topics: session_topics
|
session_topics: session_topics
|
||||||
sort:
|
sort:
|
||||||
field: _none
|
field: _none
|
||||||
|
direction: asc
|
||||||
|
auto_create: true
|
||||||
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|
Loading…
Reference in a new issue