-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #429 from USEPA/main
All work from main to live for appscan-20210903
- Loading branch information
Showing
40 changed files
with
551 additions
and
199 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
services/drupal/config/spanish/metatag.metatag_defaults.global.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: 05b2ac00-41bd-4fd7-a2ee-85490d5eeacb | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc | ||
id: global | ||
label: Global | ||
tags: | ||
canonical_url: '[current-page:url:absolute]' | ||
shortlink: '[current-page:url:unaliased]' | ||
title: '[current-page:title] | [site:name]' | ||
og_image: /sites/all/themes/epa/img/epa-es-standard.jpg | ||
og_image_alt: 'U.S. Environmental Protection Agency' | ||
og_image_height: '630' | ||
og_image_width: '1200' | ||
og_site_name: '[site:name]' | ||
og_url: '[current-page:url:absolute]' | ||
twitter_cards_image: /sites/all/themes/epa/img/epa-es-standard-1200x600.jpg | ||
twitter_cards_image_alt: 'U.S. Environmental Protection Agency' | ||
twitter_cards_image_height: '600' | ||
twitter_cards_image_width: '1200' | ||
twitter_cards_type: summary_large_image |
23 changes: 23 additions & 0 deletions
23
services/drupal/config/sync/block.block.news_releases_language.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: d38d82d4-55d3-4ab3-b8b0-1189a74484d5 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- facets.facet.news_releases_language | ||
module: | ||
- facets | ||
theme: | ||
- epa_theme | ||
id: news_releases_language | ||
theme: epa_theme | ||
region: disabled | ||
weight: 0 | ||
provider: null | ||
plugin: 'facet_block:news_releases_language' | ||
settings: | ||
id: 'facet_block:news_releases_language' | ||
label: Language | ||
provider: facets | ||
label_display: '0' | ||
block_id: news_releases_language | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
services/drupal/config/sync/facets.facet.news_releases_language.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
uuid: af9929ff-c68c-4cf7-8a5b-fbeecd20bfda | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- search_api.index.news_releases | ||
- views.view.search_news_releases | ||
module: | ||
- facets_pretty_paths | ||
- search_api | ||
third_party_settings: | ||
facets_pretty_paths: | ||
coder: default_coder | ||
id: news_releases_language | ||
name: Language | ||
url_alias: news_releases_language | ||
weight: 0 | ||
min_count: 1 | ||
show_only_one_result: false | ||
field_identifier: field_language | ||
facet_source_id: 'search_api:views_page__search_news_releases__page_1' | ||
widget: | ||
type: links | ||
config: | ||
show_numbers: true | ||
soft_limit: 10 | ||
soft_limit_settings: | ||
show_less_label: 'Show less' | ||
show_more_label: 'Show more' | ||
show_reset_link: false | ||
reset_text: 'Show all' | ||
hide_reset_when_no_selection: false | ||
query_operator: or | ||
use_hierarchy: false | ||
keep_hierarchy_parents_active: false | ||
expand_hierarchy: false | ||
enable_parent_when_child_gets_disabled: true | ||
hard_limit: 0 | ||
exclude: false | ||
only_visible_when_facet_source_is_visible: false | ||
processor_configs: | ||
count_widget_order: | ||
processor_id: count_widget_order | ||
weights: | ||
sort: 30 | ||
settings: | ||
sort: DESC | ||
list_item: | ||
processor_id: list_item | ||
weights: | ||
build: 5 | ||
settings: { } | ||
url_processor_handler: | ||
processor_id: url_processor_handler | ||
weights: | ||
pre_query: 50 | ||
build: 15 | ||
settings: { } | ||
empty_behavior: | ||
behavior: text | ||
text_format: plain_text | ||
text: 'This is empty' | ||
show_title: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.