Skip to content

Commit

Permalink
IN-546 Adding Replace File to Audio and Image Media Types
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrockweilercgi committed Sep 2, 2021
1 parent 249f317 commit 8e1d2dd
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions config/sync/core.entity_form_display.media.image.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ bundle: image
mode: default
content:
field_caption:
weight: 3
weight: 4
settings:
rows: 3
placeholder: ''
third_party_settings: { }
type: string_textarea
region: content
field_keywords:
weight: 2
weight: 3
settings:
match_operator: CONTAINS
match_limit: 10
Expand All @@ -40,7 +40,7 @@ content:
region: content
field_media_in_library:
type: boolean_checkbox
weight: 4
weight: 5
settings:
display_label: true
third_party_settings: { }
Expand All @@ -57,23 +57,28 @@ content:
region: content
name:
type: string_textfield
weight: 1
weight: 2
settings:
size: 60
placeholder: ''
third_party_settings: { }
region: content
path:
type: path
weight: 5
weight: 6
region: content
settings: { }
third_party_settings: { }
replace_file:
weight: 1
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 6
weight: 7
region: content
third_party_settings: { }
hidden:
Expand Down

0 comments on commit 8e1d2dd

Please sign in to comment.