From 3f3a70839cfdbd9e3f5d55491b8b2fd83c85bafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 14:59:14 -0400 Subject: [PATCH] Pull in collection type term pathauto ripped off of article --- .../sync/pathauto.pattern.collection_type.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/sync/pathauto.pattern.collection_type.yml diff --git a/config/sync/pathauto.pattern.collection_type.yml b/config/sync/pathauto.pattern.collection_type.yml new file mode 100644 index 0000000..e8e64a3 --- /dev/null +++ b/config/sync/pathauto.pattern.collection_type.yml @@ -0,0 +1,22 @@ +langcode: en +status: true +dependencies: + module: + - ctools + - taxonomy +id: collection_type +label: 'Collection type' +type: 'canonical_entities:taxonomy_term' +pattern: '[term:vocabulary]/[term:name]' +selection_criteria: + cde01071-39bc-45f5-be97-cbc6a4fd47b2: + id: 'entity_bundle:taxonomy_term' + bundles: + article_type: collection_type + negate: false + context_mapping: + taxonomy_term: taxonomy_term + uuid: cde01071-39bc-45f5-be97-cbc6a4fd47b2 +selection_logic: and +weight: -5 +relationships: { }