Initial Drupal 11 with DDEV setup
This commit is contained in:
50
web/core/modules/media/media.libraries.yml
Normal file
50
web/core/modules/media/media.libraries.yml
Normal file
@ -0,0 +1,50 @@
|
||||
form:
|
||||
version: VERSION
|
||||
js:
|
||||
js/form.js: {}
|
||||
dependencies:
|
||||
- core/drupal.form
|
||||
|
||||
type_form:
|
||||
version: VERSION
|
||||
js:
|
||||
js/type_form.js: {}
|
||||
dependencies:
|
||||
- core/drupal.form
|
||||
|
||||
oembed.formatter:
|
||||
version: VERSION
|
||||
css:
|
||||
component:
|
||||
css/oembed.formatter.css: {}
|
||||
|
||||
oembed.frame:
|
||||
version: VERSION
|
||||
css:
|
||||
component:
|
||||
css/oembed.frame.css: {}
|
||||
|
||||
filter.caption:
|
||||
version: VERSION
|
||||
css:
|
||||
component:
|
||||
css/filter.caption.css: {}
|
||||
dependencies:
|
||||
- filter/caption
|
||||
|
||||
# Despite the name, this is actually not specific to CKEditor 4, and can be
|
||||
# used by all text editor plugins.
|
||||
media_embed_ckeditor_theme:
|
||||
version: VERSION
|
||||
js:
|
||||
js/media_embed_ckeditor.theme.js: {}
|
||||
dependencies:
|
||||
- core/drupal
|
||||
|
||||
drupal.media-icon:
|
||||
version: VERSION
|
||||
css:
|
||||
theme:
|
||||
css/media.icon.theme.css: {}
|
||||
dependencies:
|
||||
- field_ui/drupal.field_ui.manage_fields
|
||||
Reference in New Issue
Block a user