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
# All libraries are defined in alphabetical order.
2022-04-09 05:30:39 +00:00
internal.backbone :
# Internal library. Do not depend on it outside core nor add new core usage.
# The library will be removed as soon as the following issues are fixed:
# - https://www.drupal.org/project/drupal/issues/3203920
# - https://www.drupal.org/project/drupal/issues/3204011
# - https://www.drupal.org/project/drupal/issues/3204015
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
remote : https://github.com/jashkenas/backbone
2022-05-03 14:04:55 +00:00
version : "1.4.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2022-05-03 14:04:55 +00:00
url : https://raw.githubusercontent.com/jashkenas/backbone/1.4.1/LICENSE
2014-07-18 08:06:54 +00:00
gpl-compatible : true
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
js :
2015-02-06 20:02:46 +00:00
assets/vendor/backbone/backbone-min.js : { weight: -19, minified : true }
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 :
2022-04-04 15:03:35 +00:00
- core/internal.underscore
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
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5 :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
# This file is not aggregated to force the creation of a new aggregate file
# containing all files between this one and the next non-aggregated file
# (if it exists). The files loaded after this one will include CKEditor 5
# translations, enabled plugins, and the rest of the JavaScript needed on
# the page.
2022-02-18 09:06:36 +00:00
assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js : { preprocess: false, minified : true }
dependencies :
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.editorClassic :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/editor-classic/editor-classic.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
ckeditor5.editorDecoupled :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/editor-decoupled/editor-decoupled.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
- core/ckeditor5.htmlSupport
Issue #3307186 by lauriii, xjm, Wim Leers, catch, hooroomoo, yash.rode, Luke.Leber, zrpnr, nod_, Spokje, gabesullice, bnjmnm, anand.toshniwal93, tim.plunkett: Mark CKEditor 5 stable
2022-09-07 14:06:29 +00:00
ckeditor5.essentials :
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
remote : https://github.com/ckeditor/ckeditor5
2022-08-31 18:59:16 +00:00
version : "35.1.0"
2022-02-18 09:06:36 +00:00
license :
name : GNU-GPL-2.0-or-later
2022-08-31 18:59:16 +00:00
url : https://github.com/ckeditor/ckeditor5/blob/v35.1.0/LICENSE.md
2022-02-18 09:06:36 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/essentials/essentials.js : { minified : true }
2022-02-18 09:06:36 +00:00
dependencies :
- core/ckeditor5
- core/ckeditor5.heading
ckeditor5.heading :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/heading/heading.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.basic :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/basic-styles/basic-styles.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.specialCharacters :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/special-characters/special-characters.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.blockquote :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/block-quote/block-quote.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.image :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/image/image.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.link :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/link/link.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.list :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/list/list.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.horizontalLine :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/horizontal-line/horizontal-line.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.htmlSupport :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/html-support/html-support.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.alignment :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/alignment/alignment.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.removeFormat :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/remove-format/remove-format.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.pasteFromOffice :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/paste-from-office/paste-from-office.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
2022-02-18 09:06:36 +00:00
- core/ckeditor5
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.indent :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/indent/indent.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.sourceEditing :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/source-editing/source-editing.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.table :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/table/table.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
ckeditor5.language :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
gpl-compatible : true
js :
2022-02-24 12:35:30 +00:00
assets/vendor/ckeditor5/language/language.js : { minified : true }
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
dependencies :
- core/ckeditor5
2022-02-18 09:06:36 +00:00
- core/ckeditor5.translations
2022-03-22 06:39:29 +00:00
ckeditor5.codeBlock :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
2022-03-22 06:39:29 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
2022-03-22 06:39:29 +00:00
gpl-compatible : true
js :
assets/vendor/ckeditor5/code-block/code-block.js : { minified : true }
dependencies :
- core/ckeditor5
- core/ckeditor5.translations
2022-08-05 12:20:57 +00:00
ckeditor5.style :
remote : https://github.com/ckeditor/ckeditor5
2023-03-24 09:41:54 +00:00
version : "36.0.1"
2022-08-05 12:20:57 +00:00
license :
name : GNU-GPL-2.0-or-later
2023-03-24 09:41:54 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor5/v36.0.1/LICENSE.md
2022-08-05 12:20:57 +00:00
gpl-compatible : true
js :
assets/vendor/ckeditor5/style/style.js : { minified : true }
dependencies :
- core/ckeditor5
- core/ckeditor5.translations
2022-02-18 09:06:36 +00:00
ckeditor5.translations :
# No sensible version can be specified, since the translations may change at
# any time.
js :
# This file does not actually exist; it's a placeholder file that will be
# overridden by ckeditor5_js_alter(), and is here because empty libraries
# are not allowed.
assets/vendor/ckeditor5/translation.js : {}
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
2022-06-24 22:25:17 +00:00
css.escape :
2022-07-12 11:01:04 +00:00
version : VERSION
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
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
drupal :
version : VERSION
js :
2015-02-06 20:02:46 +00:00
misc/drupal.js : { weight : -18 }
2016-12-13 17:15:23 +00:00
misc/drupal.init.js : { weight : -17 }
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 :
2015-01-25 09:36:31 +00:00
- core/drupalSettings
2019-10-11 00:34:41 +00:00
drupalSettings :
suppressDeprecationErrors : true
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
drupalSettings :
version : VERSION
2015-08-06 10:01:02 +00:00
js :
# Need to specify a negative weight like drupal.js until
# https://www.drupal.org/node/1945262 is resolved.
misc/drupalSettingsLoader.js : { weight : -18 }
2014-12-04 11:37:23 +00:00
drupalSettings :
# These placeholder values will be set by system_js_settings_alter().
path :
baseUrl : null
scriptPath : null
pathPrefix : null
currentPath : null
currentPathIsAdmin : null
isFront : null
currentLanguage : null
2015-02-19 09:56:00 +00:00
pluralDelimiter : null
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
drupal.active-link :
version : VERSION
js :
misc/active-link.js : {}
dependencies :
- core/drupal
- core/drupalSettings
drupal.ajax :
version : VERSION
js :
misc/ajax.js : {}
2015-01-21 15:21:06 +00:00
drupalSettings :
# These placeholder values will be set by system_js_settings_alter().
ajaxPageState :
libraries : null
theme : null
theme_token : null
Issue #2554219 by nod_, larowlan, tim.plunkett, regilero, droplet, japerry, samuel.mortenson, Pere Orga, effulgentsia, benjy, Gábor Hojtsy, greggles, Wim Leers, David_Rothstein, pwolanin, neclimdul, EclipseGc, znerol: Port Cross-site Scripting - Ajax system fixes from SA-CORE-2015-003 to Drupal 8
2015-08-26 22:02:58 +00:00
ajaxTrustedUrl : {}
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/drupal.progress
2021-08-10 10:05:02 +00:00
- core/once
2021-04-13 16:25:52 +00:00
- core/tabbable
Issue #1988968 by nod_, droplet, bnjmnm, viappidu, extect, jansete, olli, martin107, pmagunia, bartlangelaan, Wim Leers, zrpnr, KapilV, yogeshmpawar, Spleshka, Phil Wolstenholme, DuaelFr, agata.guc, alwaysworking, dawid_nawrot, andriic, keithdoyle9, gapple, lauriii, Martijn de Wit, jefuri, JMOmandown, larowlan, rubens.arjr, borisson_, joseph.olstad, jberube, gilgabar, Poindexterous, Aless86, jessebeach, bojanz, phma, aheimlich, heddn, phenaproxima, acbramley, codebymikey, cmlara, das-peter, matthiasm11, acolden, xjm, jrockowitz, pianomansam, clairemistry, John Pitcairn: Drupal.ajax does not guarantee that "add new JS file to page" commands have finished before calling said JS
2022-08-03 23:11:14 +00:00
- core/loadjs
2023-03-24 14:06:43 +00:00
- core/drupal.message
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
drupal.announce :
version : VERSION
js :
misc/announce.js : {}
dependencies :
- core/drupal
- core/drupal.debounce
2021-09-13 15:42:12 +00:00
loadjs :
remote : https://github.com/muicss/loadjs
version : "4.2.0"
license :
name : MIT
url : https://raw.githubusercontent.com/muicss/loadjs/4.2.0/LICENSE.txt
gpl-compatible : true
js :
assets/vendor/loadjs/loadjs.min.js : { minified : true }
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
drupal.autocomplete :
version : VERSION
js :
2015-02-06 20:02:46 +00:00
misc/autocomplete.js : { weight : -1 }
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# The remaining JavaScript assets previously came from core/jquery.ui, a
# deprecated library.
2022-07-17 08:58:52 +00:00
# All weights are based on the requirements defined within each file.
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# @todo replace with solution in https://drupal.org/node/3076171
assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/widgets/menu-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
2022-03-08 11:48:28 +00:00
assets/vendor/jquery.ui/ui/jquery-patch-min.js : { weight: -11.8, minified : true }
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, minified : true }
# All CSS assets previously came from core/jquery.ui, a deprecated library.
# @todo replace with solution found in https://drupal.org/node/3076171
css :
component :
assets/vendor/jquery.ui/themes/base/autocomplete.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/menu.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
theme :
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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/drupal.ajax
2021-03-05 12:54:27 +00:00
- core/tabbable.jquery.shim
2021-04-29 14:26:59 +00:00
- core/drupal.jquery.position
2022-06-24 22:25:17 +00:00
drupal.array.find :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
drupal.array.includes :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
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
drupal.batch :
version : VERSION
js :
misc/batch.js : { cache : false }
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/drupal.ajax
- core/drupal.progress
2021-08-10 10:05:02 +00:00
- core/once
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
2019-09-20 23:18:38 +00:00
drupal.checkbox :
version : VERSION
js :
misc/checkbox.js : {}
dependencies :
- core/drupal
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
drupal.collapse :
version : VERSION
js :
Issue #1936708 by bnjmnm, espurnes, bendev, nod_, justinchev, ayushmishra206, vsujeetkumar, mbroere, mrinalini9, Knee-X, vacho, priyanka.sahni, jaspreetsingh31, paulocs, sokru, joum, kwoxer, yoroy, lauriii, rootwork, droplet: Current element values missing from vertical tabs when shown in 2-column layout
2020-09-18 14:42:57 +00:00
misc/details-summarized-content.js : {}
2015-06-07 00:43:51 +00:00
misc/details-aria.js : {}
2022-09-13 07:05:10 +00:00
misc/details.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/drupal.form
2021-08-10 10:05:02 +00:00
- core/once
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
2022-06-24 22:25:17 +00:00
drupal.customevent :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
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
drupal.debounce :
version : VERSION
js :
misc/debounce.js : {}
dependencies :
# @todo Remove Drupal dependency.
- core/drupal
drupal.dialog :
version : VERSION
js :
2014-06-08 23:30:42 +00:00
misc/dialog/dialog.js : {}
misc/dialog/dialog.position.js : {}
misc/dialog/dialog.jquery-ui.js : {}
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# The remaining JavaScript assets previously came from core/jquery.ui, a
# deprecated library.
2022-07-17 08:58:52 +00:00
# All weights are based on the requirements defined within each file.
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# @todo replace with solution in https://drupal.org/node/2158943
assets/vendor/jquery.ui/ui/widgets/dialog-min.js : { weight: -11.4, minified : true }
assets/vendor/jquery.ui/ui/widgets/button-min.js : { weight: -11.5, minified : true }
assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/draggable-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/resizable-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/form-reset-mixin-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/widgets/mouse-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
2022-03-08 11:48:28 +00:00
assets/vendor/jquery.ui/ui/jquery-patch-min.js : { weight: -11.8, minified : true }
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, minified : true }
# All CSS assets previously came from core/jquery.ui, a deprecated library.
# @todo replace with solution found in https://drupal.org/node/2158943
css :
component :
assets/vendor/jquery.ui/themes/base/dialog.css : { weight : -11.4 }
assets/vendor/jquery.ui/themes/base/button.css : { weight : -11.5 }
assets/vendor/jquery.ui/themes/base/checkboxradio.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/resizable.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/controlgroup.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
theme :
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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/drupal.debounce
- core/drupal.displace
2021-03-05 12:54:27 +00:00
- core/tabbable.jquery.shim
2021-04-29 14:26:59 +00:00
- core/drupal.jquery.position
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
drupal.dialog.ajax :
version : VERSION
js :
2014-06-08 23:30:42 +00:00
misc/dialog/dialog.ajax.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/drupal.ajax
- core/drupal.dialog
2021-05-05 11:19:27 +00:00
- core/tabbable
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
drupal.displace :
version : VERSION
js :
misc/displace.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupal.debounce
drupal.dropbutton :
version : VERSION
js :
misc/dropbutton/dropbutton.js : {}
css :
component :
misc/dropbutton/dropbutton.css : {}
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
2021-08-10 10:05:02 +00:00
- core/once
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
2022-06-24 22:25:17 +00:00
drupal.element.closest :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
drupal.element.matches :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
2016-12-13 15:45:12 +00:00
drupal.entity-form :
version : VERSION
js :
misc/entity-form.js : {}
dependencies :
- core/drupal.form
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
drupal.form :
version : VERSION
js :
misc/form.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupal.debounce
2021-08-10 10:05:02 +00:00
- core/once
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
drupal.machine-name :
version : VERSION
js :
misc/machine-name.js : {}
dependencies :
- core/jquery
2021-08-10 10:05:02 +00:00
- core/once
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
- core/drupal
- core/drupalSettings
2015-05-28 22:21:38 +00:00
- core/drupal.form
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
Issue #77245 by drpal, tedbow, nod_, phenaproxima, Wim Leers, googletorp, rteijeiro, vineet.osscube, tim.plunkett, idflood, joelpittet, pk188, lauriii, BarisW, lokapujya, chr.fritsch, droplet, andrewmacpherson, dmsmidt, dawehner, alexpott, jessebeach, NickWilde, DuaelFr, Cottser, seutje, samuel.mortenson: Provide a common API for displaying JavaScript messages
2018-12-05 18:29:18 +00:00
drupal.message :
version : VERSION
js :
misc/message.js : {}
dependencies :
- core/drupal
- core/drupal.announce
2022-06-24 22:25:17 +00:00
drupal.nodelist.foreach :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
drupal.object.assign :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
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
drupal.progress :
version : VERSION
js :
misc/progress.js : {}
dependencies :
- core/drupal
- core/jquery
- core/drupalSettings
drupal.states :
version : VERSION
js :
misc/states.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
2021-08-10 10:05:02 +00:00
- core/once
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
2022-06-24 22:25:17 +00:00
drupal.string.includes :
version : VERSION
2022-07-12 11:01:04 +00:00
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
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
drupal.tabbingmanager :
version : VERSION
js :
misc/tabbingmanager.js : {}
dependencies :
- core/jquery
- core/drupal
2021-03-05 12:54:27 +00:00
- core/tabbable
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
drupal.tabledrag :
version : VERSION
js :
2015-02-06 20:02:46 +00:00
misc/tabledrag.js : { weight : -1 }
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
2021-08-10 10:05:02 +00:00
- core/once
2022-05-12 13:44:12 +00:00
- core/drupal.touchevents-test
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
drupal.tableheader :
version : VERSION
js :
misc/tableheader.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
2021-08-10 10:05:02 +00:00
- core/once
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
- core/drupal.displace
drupal.tableresponsive :
version : VERSION
js :
misc/tableresponsive.js : {}
dependencies :
- core/jquery
- core/drupal
2021-08-10 10:05:02 +00:00
- core/once
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
drupal.tableselect :
version : VERSION
js :
misc/tableselect.js : {}
dependencies :
- core/drupal
2019-09-20 23:18:38 +00:00
- core/drupal.checkbox
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
- core/jquery
2021-08-10 10:05:02 +00:00
- core/once
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
Issue #2921810 by claudiu.cristea, nod_, seanB, yogeshmpawar, dww, Wilfred Waltman, joelpittet, askibinski, ankithashetty, ravi.shankar, jonathanshaw, alexpott, kostyashupenko, webchick, danflanagan8, catch, droplet, larowlan, mpdonadio, jhedstrom, AaronMcHale, dawehner, Wim Leers, ckrina, worldlinemine: Allow TimestampFormatter to show as a fully cacheable time difference with JS
2023-03-03 16:35:58 +00:00
drupal.time-diff :
version : VERSION
js :
misc/time-diff.js : {}
dependencies :
- core/drupal
- core/once
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
drupal.timezone :
version : VERSION
js :
misc/timezone.js : {}
dependencies :
- core/jquery
2021-08-10 10:05:02 +00:00
- core/once
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
- core/drupal
2022-05-12 13:44:12 +00:00
drupal.touchevents-test :
header : true
version : VERSION
js :
# Set weight to -21 so it loads alongside Modernizr, the library previously
# responsible for this detection.
misc/touchevents-test.js : { weight : -21 }
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
drupal.vertical-tabs :
version : VERSION
js :
# Load before core/drupal.collapse.
2015-02-06 20:02:46 +00:00
misc/vertical-tabs.js : { weight : -1 }
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
css :
component :
misc/vertical-tabs.css : {}
dependencies :
- core/jquery
2021-08-10 10:05:02 +00:00
- core/once
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
- core/drupal
- core/drupalSettings
- core/drupal.form
2022-06-24 22:25:17 +00:00
es6-promise :
2022-07-12 11:01:04 +00:00
version : VERSION
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2022-06-24 22:25:17 +00:00
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
jquery :
remote : https://github.com/jquery/jquery
2022-12-21 13:37:05 +00:00
version : "3.6.3"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2022-12-21 13:37:05 +00:00
url : https://raw.githubusercontent.com/jquery/jquery/3.6.3/LICENSE.txt
2014-07-18 08:06:54 +00:00
gpl-compatible : true
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
js :
2015-02-06 20:02:46 +00:00
assets/vendor/jquery/jquery.min.js : { minified: true, weight : -20 }
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
2022-05-13 15:07:51 +00:00
internal.jquery.form :
# Internal library. Do not depend on it outside core nor add new core usage.
2018-02-12 17:01:44 +00:00
remote : https://github.com/jquery-form/form
2021-05-03 12:42:15 +00:00
version : "4.3.0"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/jquery-form/form/master/LICENSE
2014-07-18 08:06:54 +00:00
gpl-compatible : true
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
js :
2015-04-18 13:33:10 +00:00
assets/vendor/jquery-form/jquery.form.min.js : { minified : true }
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
2014-03-04 20:41:15 +00:00
2022-09-12 06:42:34 +00:00
internal.shepherd :
Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
remote : https://github.com/shipshapecode/shepherd
2022-09-09 12:39:06 +00:00
version : "10.0.1"
Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
license :
name : MIT
2022-09-09 12:39:06 +00:00
url : https://raw.githubusercontent.com/shipshapecode/shepherd/v10.0.1/LICENSE
Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
gpl-compatible : true
js :
assets/vendor/shepherd/shepherd.min.js : { minified : true }
2021-04-29 14:26:59 +00:00
drupal.jquery.position :
2022-09-06 12:41:59 +00:00
# This is a modified version of jQuery UI position for that does not require
# any jQuery UI assets, only jQuery. It is provided by core for use with
# pre-existing libraries that expect the jQuery UI position API.
2021-04-29 14:26:59 +00:00
version : VERSION
js :
misc/position.js : {}
dependencies :
- core/jquery
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
modernizr :
2015-01-25 09:36:31 +00:00
# Block the page from being loaded until Modernizr is initialized.
header : true
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
remote : https://github.com/Modernizr/Modernizr
2014-07-18 08:06:54 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://modernizr.com/license/
2014-07-18 08:06:54 +00:00
gpl-compatible : true
2021-05-03 14:24:36 +00:00
version : "3.11.7"
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
js :
2015-08-21 14:03:56 +00:00
assets/vendor/modernizr/modernizr.min.js : { preprocess: 0, weight: -21, minified : true }
2023-01-20 12:27:53 +00:00
deprecated : The %library_id% asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3333253
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
normalize :
remote : https://github.com/necolas/normalize.css
Issue #2821525 by bnjmnm, chrisrockwell, tedbow, alexpott, droplet, lauriii, DyanneNova, effulgentsia, xjm, joelpittet, Cottser, andrewmacpherson: Update normalize.css to the most recent version
2020-03-10 23:07:18 +00:00
version : "8.0.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md
2014-07-18 08:06:54 +00:00
gpl-compatible : true
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
css :
base :
2015-08-21 14:03:56 +00:00
assets/vendor/normalize-css/normalize.css : { weight : -20 }
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
Issue #2402103 by nod_, bnjmnm, larowlan, flxa, anmolgoyal74, droplet, xjm, catch, gabesullice, lauriii, Dries, justafish: Add once.js to core
2021-03-05 13:13:45 +00:00
once :
remote : https://git.drupalcode.org/project/once
2021-06-14 12:51:33 +00:00
version : "1.0.1"
Issue #2402103 by nod_, bnjmnm, larowlan, flxa, anmolgoyal74, droplet, xjm, catch, gabesullice, lauriii, Dries, justafish: Add once.js to core
2021-03-05 13:13:45 +00:00
license :
name : GNU-GPL-2.0-or-later
2021-06-14 12:51:33 +00:00
url : https://git.drupalcode.org/project/once/-/raw/v1.0.1/LICENSE.md
Issue #2402103 by nod_, bnjmnm, larowlan, flxa, anmolgoyal74, droplet, xjm, catch, gabesullice, lauriii, Dries, justafish: Add once.js to core
2021-03-05 13:13:45 +00:00
gpl-compatible : true
js :
assets/vendor/once/once.min.js : { weight: -19, minified : true }
2022-06-24 22:25:17 +00:00
picturefill :
2022-07-12 11:01:04 +00:00
version : VERSION
drupalSettings : {}
deprecated : The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
2014-03-04 20:41:15 +00:00
Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
2019-11-01 00:21:14 +00:00
sortable :
remote : https://github.com/SortableJS/Sortable
2022-05-12 13:40:19 +00:00
version : "1.15.0"
Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
2019-11-01 00:21:14 +00:00
license :
name : MIT
2022-05-12 13:40:19 +00:00
url : https://raw.githubusercontent.com/SortableJS/Sortable/1.15.0/LICENSE
Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
2019-11-01 00:21:14 +00:00
gpl-compatible : true
js :
assets/vendor/sortable/Sortable.min.js : { minified : true }
2021-03-05 12:54:27 +00:00
tabbable :
remote : https://github.com/focus-trap/tabbable
2022-11-10 20:17:01 +00:00
version : "6.0.1"
2021-03-05 12:54:27 +00:00
license :
name : MIT
2022-11-10 20:17:01 +00:00
url : https://raw.githubusercontent.com/focus-trap/tabbable/v6.0.1/LICENSE
2021-03-05 12:54:27 +00:00
gpl-compatible : true
js :
assets/vendor/tabbable/index.umd.min.js : { weight: -1, minified : true }
tabbable.jquery.shim :
version : VERSION
js :
misc/jquery.tabbable.shim.js : {}
dependencies :
2021-05-05 11:19:27 +00:00
- core/drupal
2021-03-05 12:54:27 +00:00
- core/tabbable
- core/jquery
2022-04-04 15:03:35 +00:00
internal.underscore :
2022-04-09 05:30:39 +00:00
# Internal library. Do not depend on it outside core nor add new core usage.
2022-04-04 15:03:35 +00:00
# The library will be removed as soon as the following issues are fixed:
# - https://www.drupal.org/project/drupal/issues/3270395
# - https://www.drupal.org/project/drupal/issues/3203920
# - https://www.drupal.org/project/drupal/issues/3204011
# - https://www.drupal.org/project/drupal/issues/3204015
remote : https://github.com/jashkenas/underscore
2022-11-02 14:49:29 +00:00
version : "1.13.6"
2022-04-04 15:03:35 +00:00
license :
name : MIT
2022-11-02 14:49:29 +00:00
url : https://raw.githubusercontent.com/jashkenas/underscore/1.13.6/LICENSE
2022-04-04 15:03:35 +00:00
gpl-compatible : true
js :
assets/vendor/underscore/underscore-min.js : { weight: -20, minified : true }
2017-10-24 22:46:32 +00:00
drupal.dialog.off_canvas :
version : VERSION
js :
2022-08-29 08:47:09 +00:00
misc/dialog/off-canvas/js/off-canvas.js : {}
2017-10-24 22:46:32 +00:00
css :
base :
2022-08-29 08:47:09 +00:00
misc/dialog/off-canvas/css/reset.css : {}
misc/dialog/off-canvas/css/base.css : {}
misc/dialog/off-canvas/css/utility.css : {}
2017-10-24 22:46:32 +00:00
component :
2022-08-29 08:47:09 +00:00
misc/dialog/off-canvas/css/button.css : {}
misc/dialog/off-canvas/css/drupal.css : {}
misc/dialog/off-canvas/css/form.css : {}
misc/dialog/off-canvas/css/table.css : {}
misc/dialog/off-canvas/css/details.css : {}
misc/dialog/off-canvas/css/messages.css : {}
misc/dialog/off-canvas/css/tabledrag.css : {}
misc/dialog/off-canvas/css/throbber.css : {}
misc/dialog/off-canvas/css/dropbutton.css : {}
misc/dialog/off-canvas/css/titlebar.css : {}
misc/dialog/off-canvas/css/wrapper.css : {}
2017-10-24 22:46:32 +00:00
dependencies :
- core/jquery
2021-08-10 10:05:02 +00:00
- core/once
2017-10-24 22:46:32 +00:00
- core/drupal
- core/drupal.ajax
- core/drupal.announce
- core/drupal.dialog
- core/drupal.dialog.ajax
2022-05-12 13:44:12 +00:00
- core/drupal.touchevents-test
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
js-cookie :
remote : https://github.com/js-cookie/js-cookie
2021-10-28 19:59:23 +00:00
version : "3.0.1"
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
license :
name : MIT
2021-10-28 19:59:23 +00:00
url : https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.1/LICENSE
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
gpl-compatible : true
js :
assets/vendor/js-cookie/js.cookie.min.js : {}
2023-01-05 19:26:08 +00:00
deprecated : The %library_id% asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. There is no replacement. See https://www.drupal.org/node/3322720