module.config.php #5

  • //
  • guest/
  • perforce_software/
  • slack/
  • main/
  • module/
  • Slack/
  • config/
  • module.config.php
  • View
  • Commits
  • Open Download .zip Download (448 B)
<?php
/**
 * Perforce Swarm
 *
 * @copyright   2015 Perforce Software. All rights reserved
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */

return array(
    'slack' => array(
        'user'        => 'Swarm',
        'icon'        => 'https://swarm.workshop.perforce.com/view/guest/perforce_software/slack/main/images/60x60-Helix-Bee.png',
        'max_length'  => 80
    )
);
# Change User Description Committed
#5 19751 Dale Updating the Bee image and changed the URL
#4 19537 Paul Allen Updated default icon and use Raw access to config data (Swarm no longer inserts the setters/getters).
#3 16611 Paul Allen Updates changes from Internal Swarm review.

Use JS injection for dynamic Project Configuration.
#2 16469 Paul Allen Trim Change description.
 Config option (default 80)
#1 16466 Paul Allen Simple Change Activity Slack integration.