projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #19577 from colemanw/bootstrapDashlets
[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
];