-
Notifications
You must be signed in to change notification settings - Fork 5
/
contacts.libraries.yml
76 lines (68 loc) · 1.31 KB
/
contacts.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Extend Core's .use-ajax implementation.
drupal.ajax:
js:
js/ajax.js: {}
dependencies:
- core/jquery
- core/drupal.ajax
# AJAXed tabs with history (if supported).
tabs:
js:
js/tabs.js: {}
dependencies:
- core/jquery
- core/drupal.ajax
- contacts/drupal.ajax
# Make views rows linkable.
views.linkrow:
css:
state:
css/views-link-row.css: {}
js:
js/views-link-row.js: {}
dependencies:
- core/jquery
# Allow grouping of local actions.
action.group:
css:
state:
css/action-group.css: {}
js:
js/action-group.js: {}
dependencies:
- core/jquery
# Toolbar icons.
contacts.toolbar:
css:
theme:
css/contacts.toolbar.css: {}
# Contacts dashboard layout.
dashboard.layout:
css:
layout:
css/dashboard-layout.css: {}
# Contacts dashboard management.
dashboard.manage:
js:
js/dashboard.manage.js: { weight: -2 }
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- core/underscore
- core/jquery.once
- core/jquery.ui.sortable
- contacts/drupal.ajax
- contacts/contacts.toolbar
# Styling for the listings.
listings:
css:
theme:
css/listings.css: {}
dependencies:
- contacts/views.linkrow
# Styling for the contact page.
contact:
css:
theme:
css/contact.css: {}