Skip to content

Commit

Permalink
Create context.context.index_content_blazegraph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehuynh205 authored Sep 6, 2024
1 parent ea58f6c commit 16be0b7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/install/context.context.index_content_blazegraph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
langcode: en
status: true
dependencies:
module:
- node
- triplestore_indexer
label: Content
name: index_content_blazegraph
group: Indexing
description: 'Index all content to Blazegraph.'
requireAllConditions: false
disabled: false
conditions:
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
uuid: 03fb40c9-96a7-4142-9296-d72806c4c449
context_mapping:
node: '@node.node_route_context:node'
bundles:
islandora_object: islandora_object
reactions:
triplestore_index_reaction:
id: triplestore_index_reaction
actions: index_node_to_triplestore_advancedqueue
saved: false
weight: 0

0 comments on commit 16be0b7

Please sign in to comment.