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
|
@ -0,0 +1,10 @@
|
|||
status: 1
|
||||
pattern: 'Episode [node:field_episode_number]: [node:field_topic] with [opd-podcast:guest-names]'
|
||||
escape: false
|
||||
preserve_titles: false
|
||||
save: true
|
||||
chunk: 50
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.podcast_episode
|
||||
new_content_behavior: 0
|
Loading…
Add table
Add a link
Reference in a new issue