Skip to content

Commit

Permalink
VACMS-15979: fix for reusable documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Nov 2, 2023
1 parent 28bb09d commit 2de6b4a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/sync/core.entity_form_display.media.document.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ third_party_settings:
group_governance:
children:
- field_owner
- field_media_in_library
label: 'Section settings'
region: content
parent_name: ''
Expand All @@ -41,6 +42,13 @@ content:
settings:
progress_indicator: throbber
third_party_settings: { }
field_media_in_library:
type: boolean_checkbox
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
field_media_submission_guideline:
type: markup
weight: 0
Expand All @@ -61,9 +69,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 10
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
field_media_in_library: true
langcode: true
moderation_state: true
path: true
Expand Down

0 comments on commit 2de6b4a

Please sign in to comment.