Skip to content

Commit

Permalink
Merge pull request #1085 from USEPA/main
Browse files Browse the repository at this point in the history
Preparing for new tag
  • Loading branch information
azinck authored Apr 20, 2023
2 parents 4ecbccc + b0f781f commit 51a7b78
Show file tree
Hide file tree
Showing 163 changed files with 1,453 additions and 621 deletions.
2 changes: 2 additions & 0 deletions services/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@
"drupal/layout_builder_iframe_modal": "^1.0",
"drupal/layout_builder_modal": "^1.0",
"drupal/layout_builder_restrictions": "^2.7",
"drupal/layout_paragraphs": "^2.0",
"drupal/layout_section_classes": "^1.3",
"drupal/linked_field": "^1.3",
"drupal/linkit": "^5.0-beta12",
"drupal/linkit_telephone": "^1.0@dev",
Expand Down
154 changes: 144 additions & 10 deletions services/drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions services/drupal/composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
"Add classes to allow color-coding of revisions list": "https://www.drupal.org/files/issues/2021-12-03/diff-add_classes-3252547-2.patch"
},
"drupal/entitygroupfield": {
"Limit available groups in widget to ones user has permission to.": "https://www.drupal.org/files/issues/2020-08-07/entitygroupfield-Autocomplete_permissions-3163814-4.patch"
"Limit available groups in widget to ones user has permission to.": "https://www.drupal.org/files/issues/2020-08-07/entitygroupfield-Autocomplete_permissions-3163814-4.patch",
"Claro Dropbuttons are missing classes" : "https://www.drupal.org/files/issues/2022-04-04/entitygroupfield-matching-expected-dropbutton-markup-3183134-6.patch"
},
"drupal/environment_indicator": {
"Allow specifying links to specific paths on the other environments": "https://www.drupal.org/files/issues/2022-10-07/environment_indicator-configure_switcher_path-3274102-6.patch"
Expand Down Expand Up @@ -251,9 +252,6 @@
},
"drupal/coffee": {
"Allow for easy search of node id": "patches/epa_coffee_node_url.patch"
},
"drupal/entitygroupfield": {
"Claro Dropbuttons are missing classes" : "https://www.drupal.org/files/issues/2022-04-04/entitygroupfield-matching-expected-dropbutton-markup-3183134-6.patch"
}
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: 8bdc47f5-fb03-4c6f-998c-24a6e94307ed
langcode: en
status: true
dependencies:
config:
- facets.facet.public_notices_computed_comments_due_date
module:
- facets
theme:
- epa_theme
id: public_notices_computed_comments_due_date
theme: epa_theme
region: disabled
weight: 0
provider: null
plugin: 'facet_block:public_notices_computed_comments_due_date'
settings:
id: 'facet_block:public_notices_computed_comments_due_date'
label: 'Comments Due Date'
label_display: visible
provider: facets
context_mapping: { }
block_id: public_notices_computed_comments_due_date
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- media.type.image
module:
- focal_point
- text
id: media.image.default
targetEntityType: media
bundle: image
Expand All @@ -25,20 +24,6 @@ content:
region: content
settings: { }
third_party_settings: { }
field_legacy_caption:
type: text_textarea
weight: 8
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_legacy_image_alignment:
type: options_select
weight: 7
region: content
settings: { }
third_party_settings: { }
field_limit_file_accessibility:
type: options_buttons
weight: 6
Expand Down Expand Up @@ -88,6 +73,8 @@ content:
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 @@ -168,6 +168,7 @@ content:
- America/Halifax
- America/Los_Angeles
- America/New_York
- America/Phoenix
- Pacific/Guam
- Pacific/Honolulu
- Pacific/Pago_Pago
Expand Down
Loading

0 comments on commit 51a7b78

Please sign in to comment.