Skip to content

Commit

Permalink
Merge pull request #1116 from USEPA/main
Browse files Browse the repository at this point in the history
Preparing release for live
  • Loading branch information
carsoncho authored May 25, 2023
2 parents b2848a8 + 1d2d171 commit 6c39282
Show file tree
Hide file tree
Showing 51 changed files with 533 additions and 106 deletions.
3 changes: 2 additions & 1 deletion services/drupal/composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@
"Prevent the reuse of embedded paragraphs": "https://www.drupal.org/files/issues/2020-04-30/paragraphs_entity_embed-single_use-3132549-2.patch",
"Allow modal to be larger": "https://www.drupal.org/files/issues/2021-10-22/paragraphs_entity_embed-dialog_too_small-3117524-5.patch",
"Allow use of buttons for selecting paragraph type": "https://www.drupal.org/files/issues/2020-04-30/paragraphs_entity_embed-add_mode-3089674-3.patch",
"Make compatible with new security in embed module": "https://www.drupal.org/files/issues/2022-05-27/paragraphs_entity_embed_csrf_token.patch"
"Make compatible with new security in embed module": "https://www.drupal.org/files/issues/2022-05-27/paragraphs_entity_embed_csrf_token.patch",
"Add openerParameters": "patches/drupalparagraph_add_opener_parameters-rolled-with-3004077-7-and-3117524-5-and-csrf_token-patch.patch"
},
"drupal/linked_field": {
"Generate relative links rather than absolute": "https://www.drupal.org/files/issues/2020-05-22/linked_field-relative-destination-url-3139179-1-D8.patch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,23 @@ dependencies:
- media.type.audio
module:
- duration_field
- entitygroupfield
- file
id: media.audio.default
targetEntityType: media
bundle: audio
mode: default
content:
entitygroupfield:
type: entitygroupfield_autocomplete_widget
weight: 9
region: content
settings:
help_text: ''
label: 'Group name'
multiple: false
required: true
third_party_settings: { }
field_author:
type: entity_reference_autocomplete
weight: 6
Expand Down Expand Up @@ -84,9 +95,17 @@ content:
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 9
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
entitygroupfield: true
path: true
status: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- image.style.thumbnail
- media.type.banner_image
module:
- entitygroupfield
- focal_point
- path
id: media.banner_image.default
Expand All @@ -21,6 +22,16 @@ content:
region: content
settings: { }
third_party_settings: { }
entitygroupfield:
type: entitygroupfield_autocomplete_widget
weight: 7
region: content
settings:
help_text: ''
label: 'Group name'
multiple: false
required: true
third_party_settings: { }
field_banner_image_restricted:
type: options_select
weight: 6
Expand Down Expand Up @@ -60,7 +71,7 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 7
weight: 8
region: content
settings:
display_label: true
Expand All @@ -76,5 +87,4 @@ content:
placeholder: ''
third_party_settings: { }
hidden:
entitygroupfield: true
replace_file: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,23 @@ dependencies:
- field.field.media.document.field_publication_number
- media.type.document
module:
- entitygroupfield
- file
id: media.document.default
targetEntityType: media
bundle: document
mode: default
content:
entitygroupfield:
type: entitygroupfield_autocomplete_widget
weight: 9
region: content
settings:
help_text: ''
label: 'Group name'
multiple: false
required: true
third_party_settings: { }
field_description:
type: string_textarea
weight: 4
Expand Down Expand Up @@ -84,9 +95,17 @@ content:
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 9
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
entitygroupfield: true
path: true
status: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,23 @@ dependencies:
- image.style.thumbnail
- media.type.image
module:
- entitygroupfield
- focal_point
id: media.image.default
targetEntityType: media
bundle: image
mode: default
content:
entitygroupfield:
type: entitygroupfield_autocomplete_widget
weight: 9
region: content
settings:
help_text: ''
label: 'Group name'
multiple: false
required: true
third_party_settings: { }
field_banner_image_restricted:
type: options_select
weight: 2
Expand Down Expand Up @@ -70,11 +81,20 @@ content:
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 9
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
entitygroupfield: true
field_legacy_caption: true
field_legacy_image_alignment: true
path: true
status: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,23 @@ dependencies:
- field.field.media.other.field_media_tags
- media.type.other
module:
- entitygroupfield
- file
id: media.other.default
targetEntityType: media
bundle: other
mode: default
content:
entitygroupfield:
type: entitygroupfield_autocomplete_widget
weight: 6
region: content
settings:
help_text: ''
label: 'Group name'
multiple: false
required: true
third_party_settings: { }
field_limit_file_accessibility:
type: options_buttons
weight: 5
Expand Down Expand Up @@ -57,9 +68,17 @@ content:
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 6
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
entitygroupfield: true
path: true
status: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- field.field.media.remote_video.field_media_tags
- media.type.remote_video
module:
- entitygroupfield
- media
- path
- shs
Expand All @@ -25,6 +26,16 @@ content:
region: content
settings: { }
third_party_settings: { }
entitygroupfield:
type: entitygroupfield_autocomplete_widget
weight: 10
region: content
settings:
help_text: ''
label: 'Group name'
multiple: false
required: true
third_party_settings: { }
field_caption:
type: text_textarea
weight: 3
Expand Down Expand Up @@ -90,7 +101,7 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 10
weight: 11
region: content
settings:
display_label: true
Expand All @@ -105,5 +116,4 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
entitygroupfield: true
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ content:
settings:
image_link: ''
image_style: medium
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ content:
settings:
image_link: ''
image_style: thumbnail
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings:
linked_field:
linked: '1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ hidden:
field_page_head: true
field_paragraphs: true
field_publish_date: true
field_publisher: true
field_related_information: true
field_release: true
field_review_deadline: true
Expand Down
Loading

0 comments on commit 6c39282

Please sign in to comment.