Skip to content
Snippets Groups Projects
Commit eaa25d7d authored by Lily Yan's avatar Lily Yan
Browse files

Merge branch 'feature/ISTWCMS-4549-ibiki-linkit-matchers-update' into '8.x-1.x'

ISTWCMS-4549: Updating content matcher to include node type and node id.

See merge request !55
parents 5a4413cf c28361d3
No related branches found
No related tags found
1 merge request!55ISTWCMS-4549: Updating content matcher to include node type and node id.
...@@ -12,7 +12,7 @@ matchers: ...@@ -12,7 +12,7 @@ matchers:
id: 'entity:node' id: 'entity:node'
weight: 0 weight: 0
settings: settings:
metadata: 'by [node:author] | [node:created:long]' metadata: '[node:content-type] by [node:author] | [node:created:long] (node [node:nid])'
bundles: { } bundles: { }
group_by_bundle: false group_by_bundle: false
include_unpublished: false include_unpublished: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment