Commit ecf5a71f authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #476 in ZP/z-push from...

Merge pull request #476 in ZP/z-push from feature/ZP-1110-add-config-option-koe_capability_signatures to develop

* commit '4a379455':
  ZP-1110 Add KOE_CAPABILITY_SIGNATURES configuration option (default true).
parents a96fcd98 4a379455
...@@ -309,6 +309,8 @@ ...@@ -309,6 +309,8 @@
define('KOE_CAPABILITY_SENDAS', true); define('KOE_CAPABILITY_SENDAS', true);
// Secondary Contact folders (own and shared) // Secondary Contact folders (own and shared)
define('KOE_CAPABILITY_SECONDARYCONTACTS', true); define('KOE_CAPABILITY_SECONDARYCONTACTS', true);
// Copy WebApp signature into KOE
define('KOE_CAPABILITY_SIGNATURES', true);
// To synchronize the GAB KOE, the GAB store and folderid need to be specified. // To synchronize the GAB KOE, the GAB store and folderid need to be specified.
// Use the gab-sync script to generate this data. The name needs to // Use the gab-sync script to generate this data. The name needs to
......
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