Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
base:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
# Adjust the weights to load these early.
|
|
|
|
component:
|
2015-02-06 20:02:46 +00:00
|
|
|
css/system.module.css: { every_page: true, weight: -10, }
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
theme:
|
2015-02-06 20:02:46 +00:00
|
|
|
css/system.theme.css: { every_page: true, weight: -10 }
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- core/normalize
|
|
|
|
|
|
|
|
admin:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
theme:
|
2015-02-06 20:02:46 +00:00
|
|
|
css/system.admin.css: { weight: -10 }
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- system/base
|
|
|
|
|
|
|
|
maintenance:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
theme:
|
2015-02-06 20:02:46 +00:00
|
|
|
css/system.maintenance.css: { weight: -10 }
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- system/base
|
|
|
|
- system/admin
|
|
|
|
|
|
|
|
drupal.system:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
Revert "Issue #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, Wim Leers, Gábor Hojtsy, Fabianx, pjonckiere, tim.plunkett: Date format form is unusable"
This reverts commit 37e278b4c7d3e9fce5ac53c90b44c4046c7c0140.
2015-04-27 10:45:14 +00:00
|
|
|
system.js: {}
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
|
|
|
- core/drupalSettings
|
|
|
|
- core/jquery.once
|
|
|
|
|
|
|
|
drupal.system.modules:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
Revert "Issue #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, Wim Leers, Gábor Hojtsy, Fabianx, pjonckiere, tim.plunkett: Date format form is unusable"
This reverts commit 37e278b4c7d3e9fce5ac53c90b44c4046c7c0140.
2015-04-27 10:45:14 +00:00
|
|
|
system.modules.js: {}
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
|
|
|
- core/jquery.once
|
2014-11-28 20:51:14 +00:00
|
|
|
|
|
|
|
diff:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
component:
|
|
|
|
css/system.diff.css: {}
|