Initial Drupal 11 with DDEV setup
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
enforced:
|
||||
module:
|
||||
- media_library
|
||||
id: media.media_library
|
||||
label: 'Media library'
|
||||
description: null
|
||||
targetEntityType: media
|
||||
cache: true
|
||||
@ -0,0 +1,13 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
enforced:
|
||||
module:
|
||||
- media_library
|
||||
id: media.media_library
|
||||
label: 'Media library'
|
||||
description: ''
|
||||
targetEntityType: media
|
||||
cache: true
|
||||
@ -0,0 +1,23 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- media_library
|
||||
name: media_library
|
||||
label: 'Media Library thumbnail (220×220)'
|
||||
effects:
|
||||
75b076a8-1234-4b42-85db-bf377c4d8d5f:
|
||||
uuid: 75b076a8-1234-4b42-85db-bf377c4d8d5f
|
||||
id: image_scale
|
||||
weight: 0
|
||||
data:
|
||||
width: 220
|
||||
height: 220
|
||||
upscale: false
|
||||
1021da71-fc2a-43d0-be5d-efaf1c79e2ea:
|
||||
uuid: 1021da71-fc2a-43d0-be5d-efaf1c79e2ea
|
||||
id: image_convert_avif
|
||||
weight: 2
|
||||
data:
|
||||
extension: webp
|
||||
@ -0,0 +1 @@
|
||||
advanced_ui: false
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,18 @@
|
||||
field.widget.settings.media_library_widget:
|
||||
type: mapping
|
||||
label: 'Media library widget settings'
|
||||
mapping:
|
||||
media_types:
|
||||
type: sequence
|
||||
label: 'Allowed media types, in display order'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Media type ID'
|
||||
|
||||
media_library.settings:
|
||||
type: config_object
|
||||
label: 'Media library settings'
|
||||
mapping:
|
||||
advanced_ui:
|
||||
type: boolean
|
||||
label: 'Enable advanced UI'
|
||||
Reference in New Issue
Block a user