updated core to 8.6.1 via composer
This commit is contained in:
@@ -1 +1,3 @@
|
||||
icon_base_uri: 'public://media-icons/generic'
|
||||
iframe_domain: ''
|
||||
oembed_providers_url: 'https://oembed.com/providers.json'
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
id: media_delete_action
|
||||
label: 'Delete media'
|
||||
type: media
|
||||
plugin: entity:delete_action:media
|
||||
configuration: { }
|
||||
@@ -0,0 +1,10 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
id: media_publish_action
|
||||
label: 'Publish media'
|
||||
type: media
|
||||
plugin: entity:publish_action:media
|
||||
configuration: { }
|
||||
@@ -0,0 +1,10 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
id: media_save_action
|
||||
label: 'Save media'
|
||||
type: media
|
||||
plugin: entity:save_action:media
|
||||
configuration: { }
|
||||
@@ -0,0 +1,10 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
id: media_unpublish_action
|
||||
label: 'Unpublish media'
|
||||
type: media
|
||||
plugin: entity:unpublish_action:media
|
||||
configuration: { }
|
||||
@@ -132,6 +132,59 @@ display:
|
||||
row:
|
||||
type: fields
|
||||
fields:
|
||||
media_bulk_form:
|
||||
id: media_bulk_form
|
||||
table: media
|
||||
field: media_bulk_form
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
action_title: Action
|
||||
include_exclude: exclude
|
||||
selected_actions: { }
|
||||
entity_type: media
|
||||
plugin_id: bulk_form
|
||||
thumbnail__target_id:
|
||||
id: thumbnail__target_id
|
||||
table: media_field_data
|
||||
@@ -758,7 +811,7 @@ display:
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: false
|
||||
content: 'No content available.'
|
||||
content: 'No media available.'
|
||||
plugin_id: text_custom
|
||||
relationships: { }
|
||||
arguments: { }
|
||||
|
||||
@@ -5,6 +5,12 @@ media.settings:
|
||||
icon_base_uri:
|
||||
type: string
|
||||
label: 'Full URI to a folder where the media icons will be installed'
|
||||
iframe_domain:
|
||||
type: uri
|
||||
label: 'Domain from which to serve oEmbed content in an iframe'
|
||||
oembed_providers_url:
|
||||
type: uri
|
||||
label: 'The URL of the oEmbed providers database in JSON format'
|
||||
|
||||
media.type.*:
|
||||
type: config_entity
|
||||
@@ -40,6 +46,21 @@ field.formatter.settings.media_thumbnail:
|
||||
type: field.formatter.settings.image
|
||||
label: 'Media thumbnail field display format settings'
|
||||
|
||||
field.formatter.settings.oembed:
|
||||
type: mapping
|
||||
label: 'oEmbed display format settings'
|
||||
mapping:
|
||||
max_width:
|
||||
type: integer
|
||||
label: 'Maximum width'
|
||||
max_height:
|
||||
type: integer
|
||||
label: 'Maximum height'
|
||||
|
||||
field.widget.settings.oembed_textfield:
|
||||
type: field.widget.settings.string_textfield
|
||||
label: 'oEmbed widget format settings'
|
||||
|
||||
media.source.*:
|
||||
type: mapping
|
||||
label: 'Media source settings'
|
||||
@@ -60,6 +81,20 @@ media.source.video_file:
|
||||
type: media.source.field_aware
|
||||
label: '"Video" media source configuration'
|
||||
|
||||
media.source.oembed:*:
|
||||
type: media.source.field_aware
|
||||
label: 'oEmbed media source configuration'
|
||||
mapping:
|
||||
thumbnails_directory:
|
||||
type: uri
|
||||
label: 'URI of thumbnail storage directory'
|
||||
providers:
|
||||
type: sequence
|
||||
label: 'Allowed oEmbed providers'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Provider name'
|
||||
|
||||
media.source.field_aware:
|
||||
type: mapping
|
||||
mapping:
|
||||
|
||||
Reference in New Issue
Block a user