-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhelfi_platform_config.libraries.yml
88 lines (82 loc) · 2.16 KB
/
helfi_platform_config.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
77
78
79
80
81
82
83
84
85
86
87
88
react_and_share:
version: 1.0.x
js:
assets/js/reactAndShareSettings.js: {}
# This library is loaded via chat_leijuke.js.
# Setting the preprocess to false will not affect this library.
# See: ChatLeijuke.php::build().
genesys_suunte:
version: 1.0.2
header: true
js:
'https://apps.mypurecloud.ie/widgets/9.0/cxbus.min.js' : {
type: external,
minified: true,
attributes: {
onload: "javascript:CXBus.configure({pluginsPath:'https://apps.mypurecloud.ie/widgets/9.0/plugins/'}); CXBus.loadPlugin('widgets-core');"
}
}
assets/js/genesys_suunte.js: {
attributes: {
onload: "javascript:var checkExist = setInterval(function() {if(typeof CXBus != 'undefined') {clearInterval(checkExist);Drupal.behaviors.genesys_suunte.attach();console.log('suunte attaching');}}, 100);"
}
}
css:
theme:
assets/css/genesys_chat.css: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
genesys_auth_redirect:
version: 1.0.1
header: true
js:
'https://apps.mypurecloud.ie/widgets/9.0/cxbus.min.js' : {
type: external,
minified: true,
attributes: {
onload: "javascript:CXBus.configure({pluginsPath:'https://apps.mypurecloud.ie/widgets/9.0/plugins/'}); CXBus.loadPlugin('widgets-core');"
}
}
assets/js/genesys_auth_redirect.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
chat_leijuke:
version: 1.0.2
header: true
js:
assets/js/chat_leijuke.js: {
minified: true,
preprocess: false
}
dependencies:
- core/drupal
- core/drupalSettings
chat_enhancer:
version: 1.0.0
header: true
js:
assets/js/chat_enhancer.js: {}
dependencies:
- core/drupal
telia_ace_widget_loadjs:
version: 1.1.0
css:
theme:
assets/css/telia_ace.css: {}
js:
assets/js/telia_ace.js: {}
tom_select:
version: 2.2.2
remote: https://github.com/orchidjs/tom-select
license:
name: Apache license 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
js:
assets/js/tomSelectComplete.min.js: { weight: -1, minified: true }
css:
theme:
assets/css/tom_select.css: {}