bim_gdpr-1.0.0-rc3/bim_gdpr.libraries.yml
bim_gdpr.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 | # Custom module library for general purposes. bim_gdpr: js: libraries/__ENV_LIB=dev|dist__/bim-gdpr/bim-gdpr.js: {weight: -100} dependencies: - core/drupalSettings bim_gdpr_hierarchy: js: libraries/__ENV_LIB=dev|dist__/bim-gdpr-hierarchy/bim-gdpr-hierarchy.js: {} services.facebook_pixel: js: libraries/__ENV_LIB=dev|dist__/services/facebook-pixel/facebook-pixel.js: {} dependencies: - bim_gdpr/bim_gdpr services.google_tag_manager: js: libraries/__ENV_LIB=dev|dist__/services/google-tag-manager/google-tag-manager.js: {} dependencies: - bim_gdpr/bim_gdpr templates.quick_template: js: libraries/__ENV_LIB=dev|dist__/templates/quick-template/quick-template.js: {} dependencies: - bim_gdpr/bim_gdpr |