-
Notifications
You must be signed in to change notification settings - Fork 13
/
tripal_blast.libraries.yml
50 lines (46 loc) · 1.05 KB
/
tripal_blast.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# @file
# Tripal BLAST libraries.
# Library used in UI page to generate accordion or collapsible
# container element showing BLAST query type options.
tripal-blast-ui:
version: 1.x
js:
js/jquery-accordion.js: {}
js/tripal-blast-ui.js: {}
css:
theme:
css/tripal-blast-ui.css: {}
dependencies:
- core/jquery
- core/jquery.once
# Library used in Admin page to generate content tabs
# element showing BLAST configuration help topics.
tripal-blast-admin:
version: 1.x
js:
js/jquery-tabs.js: {}
js/tripal-blast-admin.js: {}
css:
theme:
css/tripal-blast-tabs.css: {}
dependencies:
- core/jquery
- core/jquery.once
# Library used in BLAST pages/programs.
tripal-blast-programs:
version: 1.x
js:
js/tripal-blast-program-ajax-callback.js: {}
css:
theme:
css/tripal-blast-programs.css: {}
# Report page style and script.
tripal-blast-report:
version: 1.x
js:
js/tripal-blast-report.js: {}
css:
theme:
css/tripal-blast-report-page.css: {}
dependencies:
- core/jquery