rdrew
10 months ago
commit
8fa76e0a54
5 changed files with 48 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
name: theme_overrides |
||||
type: module |
||||
description: Provides additional functionality for the site. |
||||
package: Custom |
||||
core_version_requirement: ^9 || ^10 |
@ -0,0 +1,37 @@
|
||||
# Custom module library for general purposes. |
||||
theme_overrides: |
||||
js: |
||||
js/theme-overrides.js: {} |
||||
css: |
||||
component: |
||||
css/theme-overrides.css: {} |
||||
dependencies: |
||||
- core/drupalSettings |
||||
- theme_overrides/jquery-labelauty |
||||
|
||||
# Third-party library (self hosted). |
||||
jquery-labelauty: |
||||
remote: https://github.com/fntneves/jquery-labelauty |
||||
version: 1.1.0 |
||||
license: |
||||
name: MIT |
||||
url: https://github.com/fntneves/jquery-labelauty/blob/v1.1.0/LICENSE |
||||
gpl-compatible: true |
||||
js: |
||||
/libraries/jquery-labelauty/source/jquery-labelauty.js: {} |
||||
css: |
||||
component: |
||||
/libraries/jquery-labelauty/source/jquery-labelauty.css: {} |
||||
dependencies: |
||||
- core/jquery |
||||
|
||||
# Third-party library (CDN). |
||||
vuejs: |
||||
remote: https://vuejs.org |
||||
version: 2.0.5 |
||||
license: |
||||
name: MIT |
||||
url: https://github.com/vuejs/vue/blob/dev/LICENSE |
||||
gpl-compatible: true |
||||
js: |
||||
https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js: {type: external, minified: true} |
Loading…
Reference in new issue