Skip to content

Commit

Permalink
LOYALIST-37 Update Blog/Basic page URL pattern + add Loyalist Record
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 10, 2024
1 parent 38f6328 commit a7c797d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configuration/pathauto.pattern.basic_page_entries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
id: basic_page_entries
label: 'Basic page entries'
type: 'canonical_entities:node'
pattern: 'content/[node:title]'
pattern: '[node:title]'
selection_criteria:
f1660c20-8e1e-4cec-9f91-56017ae4358e:
76735a94-80a8-40f2-952a-b7f4e6aa5abb:
id: 'entity_bundle:node'
negate: false
uuid: f1660c20-8e1e-4cec-9f91-56017ae4358e
uuid: 76735a94-80a8-40f2-952a-b7f4e6aa5abb
context_mapping:
node: node
bundles:
Expand Down
6 changes: 3 additions & 3 deletions configuration/pathauto.pattern.blog_entries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
id: blog_entries
label: 'Blog entries'
type: 'canonical_entities:node'
pattern: 'atlantic-loyalist-connections/[node:title]'
pattern: '/atlantic-loyalist-connections/[node:title]'
selection_criteria:
c4336feb-c12d-4ac9-abca-109ac54c4306:
206006d4-b316-44bb-8111-80b896aa6806:
id: 'entity_bundle:node'
negate: false
uuid: c4336feb-c12d-4ac9-abca-109ac54c4306
uuid: 206006d4-b316-44bb-8111-80b896aa6806
context_mapping:
node: node
bundles:
Expand Down
22 changes: 22 additions & 0 deletions configuration/pathauto.pattern.loyalist_records.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 28869feb-2a74-40e0-ad96-666d1f3ae420
langcode: en
status: true
dependencies:
module:
- node
id: loyalist_records
label: 'Loyalist Records'
type: 'canonical_entities:node'
pattern: '/record/[node:title]'
selection_criteria:
8b4d249a-3737-4692-8528-3ceced2a73bb:
id: 'entity_bundle:node'
negate: false
uuid: 8b4d249a-3737-4692-8528-3ceced2a73bb
context_mapping:
node: node
bundles:
loyalist_record: loyalist_record
selection_logic: and
weight: -5
relationships: { }

0 comments on commit a7c797d

Please sign in to comment.