Skip to content

Commit

Permalink
fix: use correct plugin name
Browse files Browse the repository at this point in the history
Refs: OPS-8515
  • Loading branch information
lazysoundsystem committed Aug 4, 2022
1 parent ab4593e commit 2f56deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/pathauto.pattern.announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: '[node:content-type]/[node:title]'
selection_criteria:
17dceaef-85b4-4649-8a99-bf7b42ae9834:
id: entity_type:node
id: entity_bundle:node
negate: false
uuid: 17dceaef-85b4-4649-8a99-bf7b42ae9834
context_mapping:
Expand Down
2 changes: 1 addition & 1 deletion config/pathauto.pattern.content_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: '[node:content-type]/[node:title]'
selection_criteria:
565e7467-60cb-42c2-8592-d5c8d1485feb:
id: entity_type:node
id: entity_bundle:node
negate: false
uuid: 565e7467-60cb-42c2-8592-d5c8d1485feb
context_mapping:
Expand Down
2 changes: 1 addition & 1 deletion config/pathauto.pattern.pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: '[node:menu-link:parents:join-path]/[node:title]'
selection_criteria:
d04af623-27dd-4897-b0fe-787d5cf374ec:
id: entity_type:node
id: entity_bundle:node
negate: false
uuid: d04af623-27dd-4897-b0fe-787d5cf374ec
context_mapping:
Expand Down

0 comments on commit 2f56deb

Please sign in to comment.