-
Notifications
You must be signed in to change notification settings - Fork 0
/
onovas_web_speech.libraries.yml
executable file
·49 lines (43 loc) · 1.15 KB
/
onovas_web_speech.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
################################################################################
# ESTILOS Y LIBRERÍAS GLOBALES #
################################################################################
global_libraries:
version: VERSION
css:
theme:
css/global_styles.css: {}
js:
js/global_scripts.js: {}
dependencies:
- core/jquery
- core/drupalSettings
toolbar:
version: VERSION
css:
theme:
css/toolbar.css: {}
################################################################################
# LIBRERÍAS #
################################################################################
# Para la visualización de Readme, License y Changelog.
markdown:
version: VERSION
css:
theme:
css/markdown.css: {}
# Pruebas de voces en settings.
speech_test:
version: VERSION
js:
js/speech_test.js: {}
dependencies:
- core/jquery
- core/drupalSettings
# Pruebas de voces en settings.
speech:
version: VERSION
js:
js/speech.js: {}
dependencies:
- core/jquery
- core/drupalSettings