Automatically create podcast episode titles
Automatically create podcast episode titles with the auto_entitylabel module, containing the episode number, topic and guest names.
This commit is contained in:
parent
54d2a8462f
commit
a71f77ab9f
5 changed files with 97 additions and 4 deletions
|
@ -7,12 +7,12 @@ dependencies:
|
|||
id: podcast_episode_node
|
||||
label: 'Podcast episode node'
|
||||
type: 'canonical_entities:node'
|
||||
pattern: 'podcast/[node:field_episode_number]-[node:title]'
|
||||
pattern: 'podcast/[node:field_episode_number]-[node:field_topic]'
|
||||
selection_criteria:
|
||||
484f01e1-4e5c-4130-bb52-acd3f2c650c9:
|
||||
4f293056-f505-42df-ab52-e45f73943c38:
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
uuid: 484f01e1-4e5c-4130-bb52-acd3f2c650c9
|
||||
uuid: 4f293056-f505-42df-ab52-e45f73943c38
|
||||
context_mapping:
|
||||
node: node
|
||||
bundles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue