diff options
author | Joe Siltberg <git@joesiltberg.se> | 2019-09-25 10:03:20 +0200 |
---|---|---|
committer | Joe Siltberg <git@joesiltberg.se> | 2019-11-26 10:28:19 +0100 |
commit | 0fab232fd05998e4780f9cae483d9f60f1a93d20 (patch) | |
tree | cfdc391b35d031fd24a94b4b64768f32cdb2908f | |
parent | 801b7657581076c0c32c3389cffbf63ba51be030 (diff) |
[FixaMinGata] Configuration of new/changed functionality in v2.6
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index d1a1980a7..d1574e1fa 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -192,4 +192,8 @@ sub body_responsiveness_threshold { return 5; } +sub suggest_duplicates { 1 } + +sub default_show_name { 1 } + 1; |