Skip to content

Commit 7cb9091

Browse files
committed
Add comments for $smwgParserFeatures (Links In Values feature)
1 parent ab10ebe commit 7cb9091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/MezaCoreExtensions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ list:
474474
$smwgNamespacesWithSemanticLinks[NS_TALK] = true;
475475
$smwgNamespacesWithSemanticLinks[NS_TEMPLATE] = true;
476476
$smwgLocalConnectionConf['mw.db.queryengine'] = [ 'read' => DB_REPLICA, 'write' => DB_REPLICA ];
477-
$smwgParserFeatures = $smwgParserFeatures | SMW_PARSER_LINV;
477+
# allow Links in Values https://www.semantic-mediawiki.org/wiki/Help:$smwgLinksInValues
478+
$smwgParserFeatures = ( $smwgParserFeatures | SMW_PARSER_LINV );
478479
$smwgPageSpecialProperties[] = '_LEDT';
479480
$smwgPageSpecialProperties[] = '_MDAT';
480481
$smwgPageSpecialProperties[] = '_CDAT';

0 commit comments

Comments
 (0)