Skip to content

Commit

Permalink
Merge pull request #1084 from USEPA/release
Browse files Browse the repository at this point in the history
Preparing for a new tag
  • Loading branch information
azinck authored Apr 20, 2023
2 parents f1103a2 + 3711007 commit b0f781f
Show file tree
Hide file tree
Showing 81 changed files with 1,162 additions and 203 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.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- field.field.node.web_area.field_scheduled_transition
- field.field.node.web_area.field_search_text
- field.field.node.web_area.field_type
- field.field.node.web_area.field_wide_content
- field.field.node.web_area.layout_builder__layout
- node.type.web_area
- workflows.workflow.epa_default
Expand All @@ -30,6 +31,7 @@ dependencies:
- datetime
- entitygroupfield
- field_group
- layout_paragraphs
- metatag
- paragraphs
- shs
Expand Down Expand Up @@ -93,7 +95,7 @@ third_party_settings:
label: 'Additional Fields'
region: content
parent_name: ''
weight: 5
weight: 6
format_type: tabs
format_settings:
classes: ''
Expand All @@ -106,7 +108,7 @@ mode: default
content:
created:
type: datetime_timestamp
weight: 7
weight: 8
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -134,7 +136,7 @@ content:
third_party_settings: { }
field_channel:
type: options_buttons
weight: 13
weight: 14
region: content
settings: { }
third_party_settings: { }
Expand All @@ -153,7 +155,7 @@ content:
maxlength_js_truncate_html: false
field_env_laws_regs_and_treaties:
type: options_shs
weight: 15
weight: 16
region: content
settings:
display_node_count: false
Expand All @@ -169,7 +171,7 @@ content:
third_party_settings: { }
field_geographic_locations:
type: options_shs
weight: 14
weight: 15
region: content
settings:
display_node_count: false
Expand All @@ -179,7 +181,7 @@ content:
third_party_settings: { }
field_keywords:
type: entity_reference_autocomplete_tags
weight: 11
weight: 12
region: content
settings:
match_operator: CONTAINS
Expand Down Expand Up @@ -249,10 +251,20 @@ content:
third_party_settings: { }
field_type:
type: options_select
weight: 12
weight: 13
region: content
settings: { }
third_party_settings: { }
field_wide_content:
type: layout_paragraphs
weight: 5
region: content
settings:
preview_view_mode: default
nesting_depth: 0
require_layouts: 1
empty_message: ''
third_party_settings: { }
langcode:
type: language_select
weight: 3
Expand All @@ -262,27 +274,27 @@ content:
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 11
weight: 12
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 8
weight: 9
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 10
weight: 11
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 9
weight: 10
region: content
settings:
display_label: true
Expand All @@ -297,7 +309,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 6
weight: 7
region: content
settings:
match_operator: CONTAINS
Expand All @@ -306,7 +318,7 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 12
weight: 13
region: content
settings: { }
third_party_settings: { }
Expand Down
Loading

0 comments on commit b0f781f

Please sign in to comment.