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
|
|
@ -2,6 +2,7 @@ _core:
|
|||
default_config_hash: 4GIX5Esnc_umpXUBj4IIocRX7Mt5fPhm4AgXfE3E56E
|
||||
module:
|
||||
announcements_feed: 0
|
||||
auto_entitylabel: 0
|
||||
automated_cron: 0
|
||||
big_pipe: 0
|
||||
block: 0
|
||||
|
|
|
@ -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