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 ab10ebe commit 7cb9091Copy full SHA for 7cb9091
config/MezaCoreExtensions.yml
@@ -474,7 +474,8 @@ list:
474
$smwgNamespacesWithSemanticLinks[NS_TALK] = true;
475
$smwgNamespacesWithSemanticLinks[NS_TEMPLATE] = true;
476
$smwgLocalConnectionConf['mw.db.queryengine'] = [ 'read' => DB_REPLICA, 'write' => DB_REPLICA ];
477
- $smwgParserFeatures = $smwgParserFeatures | SMW_PARSER_LINV;
+ # allow Links in Values https://www.semantic-mediawiki.org/wiki/Help:$smwgLinksInValues
478
+ $smwgParserFeatures = ( $smwgParserFeatures | SMW_PARSER_LINV );
479
$smwgPageSpecialProperties[] = '_LEDT';
480
$smwgPageSpecialProperties[] = '_MDAT';
481
$smwgPageSpecialProperties[] = '_CDAT';
0 commit comments