parent
53257d1709
commit
bb5cfe39ef
|
@ -7,16 +7,16 @@ dependencies:
|
|||
id: blog_posts
|
||||
label: 'Blog posts'
|
||||
type: 'canonical_entities:node'
|
||||
pattern: 'articles/[node:title]'
|
||||
pattern: 'blog/[node:title]'
|
||||
selection_criteria:
|
||||
2b058943-84af-4ecc-ad48-37b8f407fff3:
|
||||
f36ea302-92b3-4a04-853a-963f83dd01e2:
|
||||
id: node_type
|
||||
bundles:
|
||||
post: post
|
||||
negate: false
|
||||
context_mapping:
|
||||
node: node
|
||||
uuid: 2b058943-84af-4ecc-ad48-37b8f407fff3
|
||||
uuid: f36ea302-92b3-4a04-853a-963f83dd01e2
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
||||
|
|
|
@ -8,16 +8,16 @@ dependencies:
|
|||
id: tags
|
||||
label: Tags
|
||||
type: 'canonical_entities:taxonomy_term'
|
||||
pattern: 'articles/tags/[term:name]'
|
||||
pattern: 'blog/tags/[term:name]'
|
||||
selection_criteria:
|
||||
cb5277f9-f11a-4432-99b4-e47299612697:
|
||||
664ce4e7-135f-4654-9c7d-5ee094cb2607:
|
||||
id: 'entity_bundle:taxonomy_term'
|
||||
bundles:
|
||||
tags: tags
|
||||
negate: false
|
||||
context_mapping:
|
||||
taxonomy_term: taxonomy_term
|
||||
uuid: cb5277f9-f11a-4432-99b4-e47299612697
|
||||
uuid: 664ce4e7-135f-4654-9c7d-5ee094cb2607
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
||||
|
|
Loading…
Reference in a new issue