The correct blog path is blogs (plural)
This commit is contained in:
parent
53f5270a64
commit
0cc0fa3f0d
1 changed files with 3 additions and 3 deletions
|
@ -9,16 +9,16 @@ _core:
|
||||||
id: node_blog
|
id: node_blog
|
||||||
label: 'Node blog'
|
label: 'Node blog'
|
||||||
type: 'canonical_entities:node'
|
type: 'canonical_entities:node'
|
||||||
pattern: 'blog/[node:title]'
|
pattern: 'blogs/[node:title]'
|
||||||
selection_criteria:
|
selection_criteria:
|
||||||
cbbc8b23-30be-44a8-969b-ef9c72e952ab:
|
6a627f71-3274-4fbb-8145-8a9371a45c0d:
|
||||||
id: node_type
|
id: node_type
|
||||||
bundles:
|
bundles:
|
||||||
blog: blog
|
blog: blog
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
node: node
|
node: node
|
||||||
uuid: cbbc8b23-30be-44a8-969b-ef9c72e952ab
|
uuid: 6a627f71-3274-4fbb-8145-8a9371a45c0d
|
||||||
selection_logic: and
|
selection_logic: and
|
||||||
weight: -5
|
weight: -5
|
||||||
relationships: { }
|
relationships: { }
|
||||||
|
|
Loading…
Reference in a new issue