consent-8.x-1.0-alpha5/consent.libraries.yml
consent.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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | oil.js: title: 'oil.js - Open Source Opt-In Layer' website: https: //www.oiljs.org/ version: 1.2.5 license: name: GPLv2 url: https: //github.com/as-ideas/oil/blob/master/LICENSE gpl-compatible: true js: js/oil/1.2.5/oilstub.1.2.5-RELEASE.min.js: {} js/oil/1.2.5/oil.1.2.5-RELEASE.min.js: { weight: -30, preprocess: false, minified: true, attributes: { async: true } } oil.framework: title: 'oil.js - Open Source Opt-In Layer (Framework)' website: https: //www.oiljs.org/ version: 1.2.5 license: name: GPLv2 url: https: //github.com/as-ideas/oil/blob/master/LICENSE gpl-compatible: true js: js/oil/1.2.5/oil.1.2.5-RELEASE.min.js: { weight: -30, preprocess: false, minified: true, attributes: { async: true } } oil.stub: title: 'oil.js - Open Source Opt-In Layer (Stub)' website: https: //www.oiljs.org/ version: 1.2.5 license: name: GPLv2 url: https: //github.com/as-ideas/oil/blob/master/LICENSE gpl-compatible: true js: js/oil/1.2.5/oilstub.1.2.5-RELEASE.min.js: {} loader.oil: js: js/loader.oil.js: {} dependencies: - consent/base - consent/oil.stub - core/drupalSettings drupalSettings: consent: oil_src: null base: js: js/base.js: {} layer: js: { } dependencies: - consent/base - consent/trigger.events - consent/loader.oil trigger.events: js: js/trigger/events.consent.js: {} dependencies: - consent/base trigger.storage: js: js/trigger/storage.consent.js: {} dependencies: - consent/layer trigger.click: js: js/trigger/optin.click.js: {} dependencies: - consent/layer trigger.scroll: js: js/trigger/optin.scroll.js: {} dependencies: - consent/layer |