X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fentity_browser%2Fentity_browser.libraries.yml;fp=web%2Fmodules%2Fcontrib%2Fentity_browser%2Fentity_browser.libraries.yml;h=6c5f396db27209a005a1947927abf155c2bb61a3;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/entity_browser/entity_browser.libraries.yml b/web/modules/contrib/entity_browser/entity_browser.libraries.yml new file mode 100644 index 000000000..6c5f396db --- /dev/null +++ b/web/modules/contrib/entity_browser/entity_browser.libraries.yml @@ -0,0 +1,105 @@ +common: + version: VERSION + js: + js/entity_browser.common.js: {} + dependencies: + - core/underscore + - core/drupal.dialog.ajax + +pager: + version: VERSION + css: + theme: + css/entity_browser.pager.css: {} + +entity_browser: + version: VERSION + css: + theme: + css/entity_browser.entity_browser.css: {} + +entity_list: + version: VERSION + css: + component: + css/entity_browser.entity_list.css: {} + +iframe: + version: VERSION + css: + theme: + css/entity_browser.iframe.css: {} + js: + js/entity_browser.iframe.js: {} + dependencies: + - core/drupalSettings + - core/jquery.once + - entity_browser/common + +iframe_selection: + version: VERSION + js: + js/entity_browser.iframe_selection.js: {} + dependencies: + - core/drupalSettings + - core/jquery + +entity_reference: + version: VERSION + js: + js/entity_browser.entity_reference.js: {} + dependencies: + - entity_browser/common + - entity_browser/entity_list + - core/jquery.ui.sortable + +file_browser: + version: VERSION + css: + component: + css/entity_browser.file_browser.css: {} + +modal: + version: VERSION + js: + js/entity_browser.modal.js: {} + dependencies: + - core/drupalSettings + - core/underscore + +modal_selection: + version: VERSION + css: + component: + css/entity_browser.modal_selection.css: {} + js: + js/entity_browser.modal_selection.js: {} + dependencies: + - core/drupalSettings + +tabs: + version: VERSION + css: + component: + css/entity_browser.tabs.css: {} + js: + js/entity_browser.tabs.js: {} + dependencies: + - core/drupalSettings + - core/jquery.once + +view: + version: VERSION + js: + js/entity_browser.view.js: {} + dependencies: + - core/jquery.once + +multi_step_display: + version: VERSION + js: + js/entity_browser.command_queue.js: {} + js/entity_browser.multi_step_display.js: {} + dependencies: + - entity_browser/entity_list + - core/jquery.ui.sortable