Skip to content

Commit

Permalink
Merge pull request #597 from colemanw/managedMatch
Browse files Browse the repository at this point in the history
Specify 'match' in mgd.php files
  • Loading branch information
mattwire committed Jun 22, 2023
2 parents 817e66a + 766f0ee commit 06c64a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions managed/Mosaico_Template_Listing.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
'description' => NULL,
'mapping_id' => NULL,
],
'match' => [
'name',
],
],
],
[
Expand Down Expand Up @@ -96,6 +99,10 @@
],
'acl_bypass' => FALSE,
],
'match' => [
'name',
'saved_search_id',
],
],
],
];

0 comments on commit 06c64a3

Please sign in to comment.