Initial Drupal 11 with DDEV setup
This commit is contained in:
24
web/core/modules/file/file.libraries.yml
Normal file
24
web/core/modules/file/file.libraries.yml
Normal file
@ -0,0 +1,24 @@
|
||||
drupal.file:
|
||||
version: VERSION
|
||||
js:
|
||||
js/file.js: {}
|
||||
dependencies:
|
||||
- core/jquery
|
||||
- core/once
|
||||
- core/drupal
|
||||
- core/drupalSettings
|
||||
moved_files:
|
||||
file/file.js:
|
||||
deprecation_version: drupal:11.1.0
|
||||
removed_version: drupal:12.0.0
|
||||
deprecation_link: https://www.drupal.org/node/3471539
|
||||
js:
|
||||
file.js: 'js/file.js'
|
||||
|
||||
drupal.file-icon:
|
||||
version: VERSION
|
||||
css:
|
||||
theme:
|
||||
css/file.icon.theme.css: {}
|
||||
dependencies:
|
||||
- field_ui/drupal.field_ui.manage_fields
|
||||
Reference in New Issue
Block a user