summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmD3.ang.php
blob: 0a737341ae811a58d6002d00b478df23b13930d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
// This file declares an Angular module which can be autoloaded
// in CiviCRM. See also:
// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules

// ODDITY: Only loads if you have CiviMail permissions.
// ODDITY: Extra resources loaded via CRM_Mailing_Info::getAngularModules.

return [
  'ext' => 'civicrm',
  'js' => [
    'ang/crmD3.js',
    'bower_components/d3/d3.min.js',
  ],
  'requires' => [],
];