Add the prism library in the theme
This commit is contained in:
parent
d4b055bcae
commit
dd3404a457
2 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,7 @@ regions:
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
- agarica/global
|
- agarica/global
|
||||||
|
- agarica/prism
|
||||||
|
|
||||||
# This section is used by the contrib module, Component Libraries. It allows you
|
# This section is used by the contrib module, Component Libraries. It allows you
|
||||||
# to reference .twig files in your sass/ directory by using the Twig namespace:
|
# to reference .twig files in your sass/ directory by using the Twig namespace:
|
||||||
|
|
|
@ -17,3 +17,11 @@ global:
|
||||||
https://unpkg.com/ionicons@4.5.0/dist/ionicons.js: {}
|
https://unpkg.com/ionicons@4.5.0/dist/ionicons.js: {}
|
||||||
dependencies:
|
dependencies:
|
||||||
- octavia/global
|
- octavia/global
|
||||||
|
|
||||||
|
prism:
|
||||||
|
version: 1.15.0
|
||||||
|
css:
|
||||||
|
theme:
|
||||||
|
patternlibrary/agaric/css/prism.css: {}
|
||||||
|
js:
|
||||||
|
patternlibrary/agaric/js/prism.js: {}
|
||||||
|
|
Loading…
Reference in a new issue