Add field media document to the file paragraph and deprecate field file
This commit is contained in:
parent
06a640c20d
commit
e7860127cc
6 changed files with 74 additions and 16 deletions
20
config/field.storage.paragraph.field_media_document.yml
Normal file
20
config/field.storage.paragraph.field_media_document.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 0f9ff95d-5877-47b0-a77c-01f835ddeedc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
- paragraphs
|
||||
id: paragraph.field_media_document
|
||||
field_name: field_media_document
|
||||
entity_type: paragraph
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: media
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue