Commit 329a40c3 authored by Marcelo Rivera's avatar Marcelo Rivera

(feat): added 'boost-campaigns' feature flag to settings.example.php

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #73557274 passed with stages
in 10 minutes and 16 seconds
......@@ -475,7 +475,8 @@ $CONFIG->set('features', [
'top-feeds' => true,
'cassandra-notifications' => true,
'dark-mode' => true,
'allow-comments-toggle' => false
'allow-comments-toggle' => false,
'boost-campaigns' => true,
]);
$CONFIG->set('email', [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment