We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd0c2d commit d15eabdCopy full SHA for d15eabd
config/MezaCoreExtensions.yml
@@ -17,6 +17,7 @@ list:
17
$smwgNamespacesWithSemanticLinks[NS_TALK] = true;
18
$smwgNamespacesWithSemanticLinks[NS_TEMPLATE] = true;
19
$smwgLocalConnectionConf['mw.db.queryengine'] = [ 'read' => DB_REPLICA, 'write' => DB_REPLICA ];
20
+ $smwgParserFeatures = $smwgParserFeatures | SMW_PARSER_LINV;
21
$smwgPageSpecialProperties[] = '_LEDT';
22
$smwgPageSpecialProperties[] = '_MDAT';
23
$smwgPageSpecialProperties[] = '_CDAT';
0 commit comments