-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule_template.libraries.yml
More file actions
executable file
·32 lines (28 loc) · 921 Bytes
/
Copy pathmodule_template.libraries.yml
File metadata and controls
executable file
·32 lines (28 loc) · 921 Bytes
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
################################################################################
# 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
################################################################################
# LIBRERÍAS #
################################################################################
# Para la visualización de Readme, License y Changelog.
markdown:
version: VERSION
css:
theme:
css/markdown.css: {}
# Para el icono de la barra de herramientas.
toolbar:
version: VERSION
css:
theme:
css/toolbar.css: {}