-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BSD fixes #312: Add case study path auto since it is ignored.
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
web/modules/custom/case_studies/config/install/pathauto.pattern.case_studies.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
id: case_studies | ||
label: 'Case Studies' | ||
type: 'canonical_entities:node' | ||
pattern: 'our-work/[node:title]' | ||
selection_criteria: | ||
c5da88d6-f0e4-4202-ba8d-c0c5c6ff8a6b: | ||
id: 'entity_bundle:node' | ||
negate: false | ||
uuid: c5da88d6-f0e4-4202-ba8d-c0c5c6ff8a6b | ||
context_mapping: | ||
node: node | ||
bundles: | ||
case_study: case_study | ||
selection_logic: and | ||
weight: -5 | ||
relationships: { } |