Skip to content

Commit

Permalink
Enable SemanticCompoundQueries
Browse files Browse the repository at this point in the history
Was 2.2.0
Now 3.x-dev (same as dev-master)
Issue #140
  • Loading branch information
freephile committed Jan 8, 2025
1 parent d2a87e7 commit 51c8923
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/MezaCoreExtensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,12 @@ list:
$wgScribuntoUseGeSHi = true;
$wgScribuntoUseCodeEditor = true;
# # SCQ - Provides a new query parser function that allows SMW to return multiple queries as a single result
# - name: SemanticCompoundQueries
# composer: "mediawiki/semantic-compound-queries"
# version: "2.2.0"
# config: |
# wfLoadExtension( 'SemanticCompoundQueries' );
# SCQ - Provides a new query parser function that allows SMW to return multiple queries as a single result
- name: SemanticCompoundQueries
composer: "mediawiki/semantic-compound-queries"
version: "3.x-dev"
config: |
wfLoadExtension( 'SemanticCompoundQueries' );
# # Uncomment the log line to debug issues; otherwise do not consume disk space
# # SDU - Monitors pages for changes in their semantic data. If the "Semantic Dependency" property is found, this
Expand Down

0 comments on commit 51c8923

Please sign in to comment.