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