Merge branch '5.35' of https://github.com/civicrm/civicrm-core into merge
[civicrm-core.git] / ang / jsonFormatter.ang.php
1 <?php
2
3 return [
4 'ext' => 'civicrm',
5 'js' => ['bower_components/json-formatter/dist/json-formatter.min.js'],
6 'css' => ['bower_components/json-formatter/dist/json-formatter.min.css'],
7 'requires' => [],
8 'exports' => [
9 'json-formatter' => 'E',
10 ],
11 ];