theme always load drupal.autocomplete library: fixed search form autocomplete
This commit is contained in:
parent
7f65fd79a4
commit
fee806afbd
|
@ -3,21 +3,17 @@ global-css:
|
||||||
css:
|
css:
|
||||||
theme:
|
theme:
|
||||||
assets/fonts/ubuntu/ubuntu.css: {}
|
assets/fonts/ubuntu/ubuntu.css: {}
|
||||||
# assets/fonts/icon/foundation-icons.css: {}
|
|
||||||
assets/styles/mdi/css/materialdesignicons.min.css: {}
|
assets/styles/mdi/css/materialdesignicons.min.css: {}
|
||||||
assets/dist/main.css: {}
|
assets/dist/main.css: {}
|
||||||
|
|
||||||
global-js:
|
global-js:
|
||||||
version: VERSION
|
version: VERSION
|
||||||
js:
|
js:
|
||||||
# assets/dist/bower/jquery.hotkeys.js: { scope: footer }
|
|
||||||
# assets/dist/bower/imagesloaded.pkgd.min.js: { minified: true }
|
|
||||||
# assets/dist/bower/masonry.pkgd.min.js: { minified: true }
|
|
||||||
assets/dist/main.js: { }
|
assets/dist/main.js: { }
|
||||||
dependencies:
|
dependencies:
|
||||||
- core/drupal
|
- core/drupal
|
||||||
# - core/drupal.ajax
|
# - core/drupal.ajax
|
||||||
# - core/drupal.autocomplete
|
- core/drupal.autocomplete
|
||||||
- core/matchmedia
|
- core/matchmedia
|
||||||
- core/matchmedia.addListener
|
- core/matchmedia.addListener
|
||||||
# - core/jquery
|
# - core/jquery
|
||||||
|
@ -25,9 +21,6 @@ global-js:
|
||||||
# - core/jquery.ui.draggable
|
# - core/jquery.ui.draggable
|
||||||
# - core/jquery.ui.dropable
|
# - core/jquery.ui.dropable
|
||||||
# - core/jquery.ui.sortable
|
# - core/jquery.ui.sortable
|
||||||
# - edlp_corpus/corpus
|
|
||||||
# - edlp_studio/edlp_studio-library
|
|
||||||
# - edlp_search/edlp_search-library
|
|
||||||
# - url_to_video_filter/player_embed
|
# - url_to_video_filter/player_embed
|
||||||
# - url_to_video_filter/vimeo_embed
|
# - url_to_video_filter/vimeo_embed
|
||||||
# - url_to_video_filter/youtube_embed
|
# - url_to_video_filter/youtube_embed
|
||||||
|
|
Loading…
Reference in New Issue