Skip to content

Commit

Permalink
refactor: Add NS_UPDATE to SMW
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx authored Nov 26, 2023
1 parent b903355 commit 527af11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/extensions/config/semanticmediawiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$smwgNamespacesWithSemanticLinks[NS_TRANSCRIPT] = true;
$smwgNamespacesWithSemanticLinks[NS_ORGANISATION] = true;
$smwgNamespacesWithSemanticLinks[NS_TEMPLATE] = true;
$smwgNamespacesWithSemanticLinks[NS_UPDATE] = true;
$smwgNamespacesWithSemanticLinks[828] = true;

$smwgQMaxInlineLimit = 2500;
Expand Down

0 comments on commit 527af11

Please sign in to comment.